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

https://github.com/developerjosh/blues-cli


https://github.com/developerjosh/blues-cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Blue CLI

Blue CLI is a command line interface tool built with Node.js and yargs.

## Installation

To install the CLI, clone the repository and install the dependencies.

```bash
git clone https://github.com/yourusername/blue-cli.git
cd blue-cli
npm install
```

Usage
To use the CLI, you can run the following command:
```
./blue-cli.ts [args]
```

If no command is specified, the help will be shown.

Commands
The commands are located in the commands directory. Each file corresponds to a command.

Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.