1.0.2 • Published 3 years ago
boilers-cli v1.0.2
CLI
- Command Line Interface for Boilers project.
Installation
- Install the package globally with
npm install -g boilers-cli. - Run
boilers --helpto see the available commands.
Commands
boilers list- List the boilerplatesboilers clone <boilerplate>- Install a boilerplate
License
- MIT
Author
Contributing
- Fork the repository.
- Clone the forked repository.
- Run
npm installto install the dependencies. - Run
npm linkto link the package globally. - Run
boilers --helpto see the available commands.