- 📦 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
# Recommended.
npx create-starter-cli
# OR an alternative global install.
npm install -g create-starter-cli
- Run the CLI using
npx create-starter-cli
# OR for global install
create-starter-cli
Then answer the following questions to generate a Node.js Application.
Project name:
version:
License:
Author Name:
Author Email:
Author URL:
Repository Url:
create-starter-cli <command> [option]
help Print help info
-c, --clear Clear the console Default: true
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: false
KEY: 📦 NEW
, 👌 IMPROVE
, 🐛 FIX
, 📖 DOC
, 🚀 RELEASE
, and 🤖 TEST
- MIT © Rajnish Singh