1.1.1 ⢠Published 3 years ago
create-starter-cli v1.1.1
š CLI to create new Node.js applications.
create-starter-cli
- š¦ Create a Node.js starter application with any repository in a minute
- 𤯠Automatic argument parsing, help text, and welcome message
- šļø History to maintain the last input data like the Author
name,email, andURL - šØāš« Rajnish created this CLI project
Install
# Recommended.
npx create-starter-cli
# OR an alternative global install.
npm install -g create-starter-cliUsage
- Run the CLI using
npx create-starter-cli
# OR for global install
create-starter-cliThen answer the following questions to generate a Node.js Application.
Project name:
version:
License:
Author Name:
Author Email:
Author URL:
Repository Url:BASIC USAGE
create-starter-cli <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
License
- MIT Ā© Rajnish Singh