boilers-cli
v1.0.2
Published
- Command Line Interface for Boilers project.
Downloads
2
Readme
CLI
- Command Line Interface for Boilers project.
Installation
- Install the package globally with
npm install -g boilers-cli
. - Run
boilers --help
to 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 install
to install the dependencies. - Run
npm link
to link the package globally. - Run
boilers --help
to see the available commands.