ke-create-node-cli

1.0.5 • Public • Published

ke-create-node-cli

📟  CLI to create Node.js CLI applicataions.

ke-create-node-cli

  • 📤  Create a Node.js CLI in no time
  • 🤖  Automatic argument parsing, help text, and welcome message and guide to create your CLI app
  • 📖   History to maintain the last input data like the Author name, email, and URL

Install

// Recommended. 
npx ke-create-node-cli
 
// OR an alternative global install. 
npm install -g ke-create-node-cli

Usage

In your terminal, just run the CLI

npx ke-create-node-cli
 
// Or if you have globally installed it
ke-create-node-cli
// Or command alias for global install
ncli

Next, answer the following questions to generate a Node.js CLI.

CLI name?
CLI command?
CLI description?
CLI version?
CLI license?
CLI author name?
CLI author email?
CLI author URL?

Basic Usage:


create-node-cli <command> [option]

Commands:


help  Print help info

Options:


-c, --clear    Clear the console Default: true
-d, --debug    Print debug info Default: false
-v, --version  Print CLI version Default: false

Package Sidebar

Install

npm i ke-create-node-cli

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

17.5 kB

Total Files

18

Last publish

Collaborators

  • k3rnel_err0r