A CLI to scaffold an Node.js application
npm install @akshaysingla90/my-app-cli
š Personal CLI to scaffold new Node.js projects
1. Install the package as global
```
npm install -g @akshaysingla90/my-app-cli
2. Create your project
``
create-my-app
Additional options:
`bash``
-g, --git
-y, --yes
1. Create the folder for the new project
2. Guide you through a questionnaire to setup the project
3. Initialize a git repository
3. Generate the license file
4. Generate the .gitignore file
MIT
- Akshay Singla