Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opendevs-org/express-boilerplate-generator
generates new express applications in everyone's favorite language typescript with various options to choose from based on your project needs
https://github.com/opendevs-org/express-boilerplate-generator
boilerplate express-generator express-server express-server-boilerplate favourite-language javascript mongodb mongoose passport restful-api starter typescript
Last synced: about 2 months ago
JSON representation
generates new express applications in everyone's favorite language typescript with various options to choose from based on your project needs
- Host: GitHub
- URL: https://github.com/opendevs-org/express-boilerplate-generator
- Owner: opendevs-org
- License: mit
- Created: 2020-11-23T18:15:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T05:17:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T03:24:11.115Z (2 months ago)
- Topics: boilerplate, express-generator, express-server, express-server-boilerplate, favourite-language, javascript, mongodb, mongoose, passport, restful-api, starter, typescript
- Language: HTML
- Homepage:
- Size: 361 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
welcome to express-boilerplate-generator 👋
> generates new [express](https://expressjs.com/) applications in everyone's favourite language [typescript](https://github.com/microsoft/TypeScript) with various options to choose from based on your project needs
### 🏠 [homepage](https://github.com/open-devs/express-boilerplate-generator#readme)
### 📰 [npm](https://www.npmjs.com/package/express-boilerplate-generator)
## install
```sh
$ npm i -g express-boilerplate-generator
```## usage
Run anyone of following commands:
```sh
$ express-gen
# or
$ express-typescript-generator
# or
$ express-ts-gen
```Or, to avoid installation and usage simply use the following command:
```sh
$ npx express-boilerplate-generator
```## ❓ what is it
creates a new express application as a starter boilerplate similar to the express-gen module. except this new application is configured to use typeScript instead of plain javascript and provides various options such as, kind of project structure to use with focus on auth support along with documentaion to fasten the development process.
## 🤔 why express-boilerplate-generator
nodejs is great for the rapid development of web-projects, but is often neglected because of the lack of type safety. typescript solves this issue and (along with its linter file) can even make your code more robust than some other static languages like java.
there are some other tools out there to generate express apps with javascript such as Express application generator, but these either haven't been updated in a while or don't support typescript or don't have pre-added documentation support.
in this application you have two options to setup a project either with or without auth.
## 📜 different options available explained
description of various options available
name
descriptionexpress-server-boilerplate
this type of structure provides auth-less express server boilerplate codes to kickstart your backend development along with the support of typedoc & swagger.express-server-boilerplate-auth
this type of structure provides express server boilerplate codes to kickstart your backend development with authentication support. It uses passport-jwt and passport as dependency.
happy app-deving 😊
## 👤 author
**open devs ([email protected])**
* website: https://opendevs.in/
* github: [@open-devs](https://github.com/open-devs)
* core members: [@alok722](https://github.com/alok722), [@mikr13](https://github.com/mikr13)## 🚀 future scope
* adding docker & container configurations
* adding template support
* more template structures## 🤝 contributing
contributions, issues and feature requests are welcome!
feel free to check [issues page](https://github.com/open-devs/fastify-typescript-generator/issues). you can also take a look at the [contributing guide](https://github.com/open-devs/fastify-typescript-generator/blob/master/CONTRIBUTING.md).## 🙌 show your support
give a ⭐️ if this project helped you!
## 📝 license
copyright © 2020 [open devs ([email protected])](https://github.com/open-devs).
This project is [MIT](https://github.com/open-devs/express-boilerplate-generator/blob/master/LICENSE) licensed.***
_this README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_