boilerplate-gen
v1.5.0
Published
generate boilerplate for project
Downloads
7
Maintainers
Readme
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
npm i -g boilerplate-gen
Using npx
npx boilerplate-gen
Steps to generate boilerplate
- Navigate to the folder where you want to create your project
- 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:
🐛 Bugs or Requests
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.