1.1.1 ā€¢ Published 1 year ago

create-starter-cli v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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