create-cli-codeword7

1.2.0 • Public • Published

📟 CLI to create new Node.js CLI applications.


create-cli-codeword7

  • 📦 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 create-cli-codeword7

# OR an alternative global install.
npm install -g create-cli-codeword7

[⚙️][repo]

Usage

  1. Run the CLI using
npx create-cli-codeword7

# OR for global install
create-cli-codeword7
# OR alias for global install
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

create-cli-codeword7 <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

📝

Changelog

❯ Read the changelog here →


KEY: 📦 NEW, 👌 IMPROVE, 🐛 FIX, 📖 DOC, 🚀 RELEASE, and 🤖 TEST

I use Emoji-log, you should try it and simplify your git commits.


[📃][repo]

License & Conduct


[🙌][repo]

Connect

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

Twitter @codeword007 (follow) To get daily hot tips & trolls

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


Package Sidebar

Install

npm i create-cli-codeword7

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

17.7 kB

Total Files

17

Last publish

Collaborators

  • codeword07