https://github.com/developerjosh/blues-cli
https://github.com/developerjosh/blues-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerjosh/blues-cli
- Owner: DeveloperJosh
- Created: 2022-07-11T01:18:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T04:25:18.000Z (about 2 years ago)
- Last Synced: 2025-03-11T01:37:05.646Z (over 1 year ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.