
🏗 Personal CLI to  scaffold new Node.js projects

## Installation & Usage

1. Install the package as global
```
npm install -g @akshaysingla90/my-app-cli
```

2. Create your project
```
create-my-app <project-name>
```
Additional options:

```bash
-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
3. Generate the license file
4. Generate the .gitignore file



## License

MIT

## Collaborators

- Akshay Singla <akshaysingla01@gmail.com>

