1.0.1 • Published 4 years ago
@jmhs11/kurocli v1.0.1
KUROCLI
◼ KuroCLI is a bootstraper to create projects based on templates
Installation
Install the package with npm
$ npm i -g @jmhs11/kurocliUsage
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 projectAll Options
$ kurocli webpack --d test --g --y --iContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.