1.0.1 • Published 3 years ago

@jmhs11/kurocli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.

License

MIT