1.2.0 ā€¢ Published 3 years ago

create-cli-codeword7 v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

šŸ“Ÿ 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

šŸ“Ÿ

Install

# Recommended.
npx create-cli-codeword7

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

āš™ļø

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.

šŸ“ƒ

License & Conduct

šŸ™Œ

Connect