1.2.0 ⢠Published 5 years ago
create-cli-codeword7 v1.2.0
š 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, andURL
Install
# Recommended.
npx create-cli-codeword7
# OR an alternative global install.
npm install -g create-cli-codeword7Usage
- Run the CLI using
npx create-cli-codeword7
# OR for global install
create-cli-codeword7
# OR alias for global install
ncliThen 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 infoOPTIONS
-c, --clear Clear the console Default: true
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: falseChangelog
⯠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
- MIT Ā© Neeraj Kumar
- Thanks Liran Tal for the npm pkg name
- Code of Conduct




