Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambiere/genesis
Generates server project templates
https://github.com/ambiere/genesis
cli expressjs fastify node-js template-generator
Last synced: 3 months ago
JSON representation
Generates server project templates
- Host: GitHub
- URL: https://github.com/ambiere/genesis
- Owner: ambiere
- License: mit
- Created: 2024-01-22T20:08:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:17:18.000Z (3 months ago)
- Last Synced: 2024-09-27T18:41:30.844Z (3 months ago)
- Topics: cli, expressjs, fastify, node-js, template-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@ambiere/genesis
- Size: 700 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# genesis
Server projects template generator for nodejs frameworks. Streamlines the process of setting up a new nodejs server project by providing a well-organized boilerplate code with essential configurations and features.
[![Test](https://github.com/ambiere/genesis/actions/workflows/continue-integration.yml/badge.svg)](https://github.com/ambiere/genesis/actions/workflows/continue-integration.yml)
[![Publish](https://github.com/ambiere/genesis/actions/workflows/continue-deployment.yml/badge.svg)](https://github.com/ambiere/genesis/actions/workflows/continue-deployment.yml)## Installation
1. Install genesis globally
```bash
npm install -g @ambiere/genesis
```2. Varify installation
```bash
genesis --version
```3. Instructions and available commands
```bash
genesis --help
```## Contribution
Refer to the [Contributing Guidelines](https://github.com/ambiere/genesis/blob/main/CONTRIBUTING.md) to get started.
## License
Licensed under the **[MIT License](https://github.com/ambiere/genesis/blob/main/LICENSE)**.