@akshaysingla90/my-app-cli
v1.0.1
Published
A CLI to scaffold an Node.js application
Downloads
4
Readme
🏗 Personal CLI to scaffold new Node.js projects
Installation & Usage
- Install the package as global
npm install -g @akshaysingla90/my-app-cli
- 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
- Create the folder for the new project
- Guide you through a questionnaire to setup the project
- Initialize a git repository
- Generate the license file
- Generate the .gitignore file
License
MIT
Collaborators
- Akshay Singla [email protected]