boilerplate-gen
Version:
generate boilerplate for project
45 lines (29 loc) • 1.61 kB
Markdown
# Generate boilerplate for your projects
Tired of writing the same boilerplate again for similar kinds of project? Use boilerplate-gen to bootstrap a new project quickly as possible with preloaded templates.
  
## Installation
### Install globally once
```bash
npm i -g boilerplate-gen
```
### Using `npx`
```bash
npx boilerplate-gen
```
## Steps to generate boilerplate
1. Navigate to the folder where you want to create your project
2. type ```gen```
## Choose from the choices available
* express
* express-mongoose
* express-mongoose-handlebars
* express-mvc (with mongoose)
* express-socketio
* express-socketio-mongoose
# 💵 Support
> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:
[](https://www.paypal.me/RajpurohitAkash)
# 🐛 Bugs or Requests
If you encounter any problems feel free to open an [issue](https://github.com/AkashRajpurohit/boilerplate-gen/issues/new?template=bug_report.md). If you feel the library is missing a feature, please raise a [ticket](https://github.com/AkashRajpurohit/boilerplate-gen/issues/new?template=feature_request.md) on GitHub and I'll look into it. Pull request are also welcome.
# Visit My Portfolio
[Akash Rajpurohit](https://akashrajpurohit.com)