@akshaysingla90/my-app-cli

1.0.1 • Public • Published

🏗 Personal CLI to scaffold new Node.js projects

Installation & Usage

  1. Install the package as global
npm install -g @akshaysingla90/my-app-cli
  1. Create your project
create-my-app <project-name>

Additional options:

-g, --git <Boolean>      Initialize a git repository         
-y, --yes <Boolean>      To skip prompts

What it does

  1. Create the folder for the new project
  2. Guide you through a questionnaire to setup the project
  3. Initialize a git repository
  4. Generate the license file
  5. Generate the .gitignore file

License

MIT

Collaborators

Readme

Keywords

Package Sidebar

Install

npm i @akshaysingla90/my-app-cli

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

11.6 kB

Total Files

11

Last publish

Collaborators

  • akshaysingla90