Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ke-create-node-cli

k3rnel-err0r15ISC1.0.5

CLI to create Node JS CLIs

cli, create-node-cli, k3rnel_err0r

readme

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