kumbocli

0.0.2 • Public • Published

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>

/kumbocli/

    Package Sidebar

    Install

    npm i kumbocli

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    7.92 kB

    Total Files

    12

    Last publish

    Collaborators

    • kumboleijo