Skip to content

Create node CLI apps in seconds - with templates.

Notifications You must be signed in to change notification settings

kumboleijo/kumbocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Create node CLI apps in seconds - with templates.

Resources

Stars

Watchers

Forks

Packages

No packages published