Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 779 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 779 Bytes

kumbocli

Create node CLI applications with ease.

Install

npm i -g kumbocli

Usage

Usage: kumbocli [options]

Create node CLI apps in seconds - with templates.

Options:
  -V, --version              output the version number
  -n, --name <NAME>          set the name of the new CLI app (default: "my-kumbocli-app")
  -d, --description <DESC>   set the description (default: "Made with kumbocli.")
  -a, --author <AUTHOR>      set the author (default: "Kumboleijo")
  -t, --template <TEMPLATE>  set the directory of the template (default: "data/templates/default-cli")
  -h, --help                 output usage information

Run the following commands afterwards:

  1. cd <NAME>
  2. npm i

You can run your new CLI program simply with:

  • bin/<NAME>