https://github.com/ambiere/genesis
Generates server project templates
https://github.com/ambiere/genesis
cli expressjs fastify node-js template-generator
Last synced: 8 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T01:56:39.000Z (over 1 year ago)
- Last Synced: 2025-01-31T01:08:00.583Z (over 1 year ago)
- Topics: cli, expressjs, fastify, node-js, template-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@ambiere/genesis
- Size: 1.13 MB
- 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.
[](https://github.com/ambiere/genesis/actions/workflows/continue-integration.yml)
[](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)**.