UNPKG

boilerplate-gen

Version:
45 lines (29 loc) 1.61 kB
# 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. ![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103) ![Stars](https://img.shields.io/github/stars/AkashRajpurohit/boilerplate-gen) ![Visited](https://visitor-badge.laobi.icu/badge?page_id=boilerplate-gen-akash.visitor-badge) ## 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: [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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)