https://github.com/opeolluwa/x
A set of extensible tools to accelerate software development
https://github.com/opeolluwa/x
cli rust
Last synced: 11 days ago
JSON representation
A set of extensible tools to accelerate software development
- Host: GitHub
- URL: https://github.com/opeolluwa/x
- Owner: opeolluwa
- License: apache-2.0
- Created: 2022-07-12T22:23:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-06-08T09:21:35.000Z (18 days ago)
- Last Synced: 2026-06-08T11:17:10.037Z (17 days ago)
- Topics: cli, rust
- Language: Rust
- Homepage:
- Size: 29.9 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toolbox
Toolbox is a lightweight extensible, command line toolchain to streamline a
developer workflow
## Installation
As of this time, Utils CLI only be built from source
```sh
git clone https://github.com/opeolluwa/x.git
cd x
cargo build --release
cargo install --path .
```
### Usage
The command is `x`
### Configuration
- Config path : `$HOME/.config/dev_toolbox/default-config.toml`