@jmhs11/kurocli
v1.0.1
Published
CLI to bootstrap projects
Downloads
1
Readme
KUROCLI
◼ KuroCLI is a bootstraper to create projects based on templates
Installation
Install the package with npm
$ npm i -g @jmhs11/kurocli
Usage
KuroCLI has different options:
Select Template
$ kurocli [webpack|<other-template>]
Define Directory
$ kurocli [--dir|--d <project-path>]
Initialize Local Git Repository
$ kurocli [--git|--g]
Skip Questions
$ kurocli [--yes|--y]
Automatically Install Dependencies
$ kurocli [--install|--i]
Raw Command
$ kurocli
This command will prompt some questions to define the variables of the project
All Options
$ kurocli webpack --d test --g --y --i
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.