Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashrajpurohit/boilerplate-gen
⚡️ Generate quickstart boilerplate for your projects
https://github.com/akashrajpurohit/boilerplate-gen
babel boilerplate express generator react webpack
Last synced: about 2 hours ago
JSON representation
⚡️ Generate quickstart boilerplate for your projects
- Host: GitHub
- URL: https://github.com/akashrajpurohit/boilerplate-gen
- Owner: AkashRajpurohit
- License: mit
- Created: 2019-01-04T12:31:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T08:28:03.000Z (11 months ago)
- Last Synced: 2024-09-17T01:57:58.543Z (about 2 months ago)
- Topics: babel, boilerplate, express, generator, react, webpack
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/boilerplate-gen
- Size: 1.48 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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.![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)