Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-template-hub/server-generator
Command-line interface generator of the servers at Open Template Hub
https://github.com/open-template-hub/server-generator
authentication express javascript nodejs nodejs-express payment server template typescript
Last synced: 3 months ago
JSON representation
Command-line interface generator of the servers at Open Template Hub
- Host: GitHub
- URL: https://github.com/open-template-hub/server-generator
- Owner: open-template-hub
- License: mit
- Created: 2020-06-14T11:13:04.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T04:08:43.000Z (9 months ago)
- Last Synced: 2024-05-02T01:38:51.365Z (9 months ago)
- Topics: authentication, express, javascript, nodejs, nodejs-express, payment, server, template, typescript
- Language: TypeScript
- Homepage: https://opentemplatehub.com/product/generator/server-generator
- Size: 280 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Template Hub - Server Generator v5[![Version](https://img.shields.io/npm/v/@open-template-hub/server-generator?color=CB3837&style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@open-template-hub/server-generator)
[![Downloads](https://img.shields.io/npm/dt/@open-template-hub/server-generator?color=CB3837&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@open-template-hub/server-generator)
[![License](https://img.shields.io/github/license/open-template-hub/server-generator?color=43b043&style=for-the-badge)](LICENSE)
[![Issues](https://img.shields.io/github/issues/open-template-hub/server-generator?color=43b043&style=for-the-badge)](https://github.com/open-template-hub/server-generator/issues)
[![PRCLosed](https://img.shields.io/github/issues-pr-closed-raw/open-template-hub/server-generator?color=43b043&style=for-the-badge)](https://github.com/open-template-hub/server-generator/pulls?q=is%3Apr+is%3Aclosed)
[![LastCommit](https://img.shields.io/github/last-commit/open-template-hub/server-generator?color=43b043&style=for-the-badge)](https://github.com/open-template-hub/server-generator/commits/master)
[![Release](https://img.shields.io/github/release/open-template-hub/server-generator?include_prereleases&color=43b043&style=for-the-badge)](https://github.com/open-template-hub/server-generator/releases)
[![SonarCloud](https://img.shields.io/sonar/quality_gate/open-template-hub_server-generator?server=https%3A%2F%2Fsonarcloud.io&label=Sonar%20Cloud&style=for-the-badge&logo=sonarcloud)](https://sonarcloud.io/dashboard?id=open-template-hub_server-generator)Command-line interface generator of the servers at [Open Template Hub](https://github.com/open-template-hub)
Available server types are:
Auth Server
Payment Server
File Storage Server
Business Logic Server
Analytics Server
Mail Server
SMS Server
## About the NPM Package
### Package Installation
```sh
npm install -g @open-template-hub/server-generator
```### Package Usage
Go to the directory on terminal where you want to generate the project.
```sh
$ cd PATH
```and run the generator command:
```sh
$ open-template-hub-server-generator
```# Sponsors
No sponsors yet! **Will you be the first?**
## Contributors
Furkan Yavuz
💬 📖 👀
Fatih Turker
💬 📖 👀
Mert Sarac
💬 📖 👀
## Contributing
Refer to **[CONTRIBUTING.md](https://github.com/open-template-hub/.github/blob/master/docs/CONTRIBUTING.md)** to see how to contribute to Open Template Hub.
## Code of Conduct
Refer to **[CODE_OF_CONDUCT.md](https://github.com/open-template-hub/.github/blob/master/docs/CODE_OF_CONDUCT.md)** to see contributor covenant code of conduct.
## LICENSE
The source code for this project is released under the [MIT License](LICENSE).