📟 CLI to create Node.js CLI applicataions.
- 📤 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
// Recommended.
npx ke-create-node-cli
// OR an alternative global install.
npm install -g ke-create-node-cli
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?
create-node-cli <command> [option]
help Print help info
-c, --clear Clear the console Default: true
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: false