@umair-dev/ncli

1.1.0 • Public • Published

create-node-cli

📟 CLI to create new Node.js CLI applications.

DOWNLOADS Follow @MrUmairAfzal on Twitter


ncli (create-node-cli)

  • 📦 Create a Node.js CLI in a minute
  • 🤯 Automatic argument parsing, help text, and welcome message
  • 🗃️ History to maintain the last input data like the Author name, email, and URL

[📟][repo]

Install

# Recommended.
npx @umair-dev/ncli

# OR alias 
npx ncli

# OR an alternative global install.
npm install -g @umair-dev/ncli

[⚙️][repo]

Usage

  1. Run the CLI using
npx @umair-dev/ncli

# OR for global install
@umair-dev/ncli

# OR alias for global install
@umair-dev/ncli

# OR alias
ncli

Then 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

ncli <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

License & Conduct


🙌

Connect

GitHub @MuhammadUmair1019 (follow) To stay up to date on free & open-source software

Twitter @MrUmairAfzal (follow) To get #OneDevMinute daily hot tips & trolls

YouTube Muhammad Umair (subscribe) To tech talks & #OneDevMinute videos

LinkedIn @MrUmairAfzal (connect) On the LinkedIn profile y'all


Package Sidebar

Install

npm i @umair-dev/ncli

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

13.5 kB

Total Files

17

Last publish

Collaborators

  • umair-dev