An open API service indexing awesome lists of open source software.

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

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`