1.0.1 ā€¢ Published 4 years ago

@akshaysingla90/my-app-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

šŸ— 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