create-starter-cli

1.1.1 • Public • Published



📟 CLI to create new Node.js applications.

npm version DOWNLOADS


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, and URL
  • 👨‍🏫 Rajnish created this CLI project

Install

# Recommended.
npx create-starter-cli

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

Usage

  1. 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:

BASIC USAGE

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


License


Connect

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

LinkedIn @krajnishsingh (connect) On the LinkedIn profile


Package Sidebar

Install

npm i create-starter-cli

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

9.97 kB

Total Files

10

Last publish

Collaborators

  • rajnish93