https://github.com/imqueue/templates
Service templates for @imqueue/cli
https://github.com/imqueue/templates
Last synced: about 1 month ago
JSON representation
Service templates for @imqueue/cli
- Host: GitHub
- URL: https://github.com/imqueue/templates
- Owner: imqueue
- License: gpl-3.0
- Created: 2018-04-30T22:07:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T13:32:39.000Z (8 months ago)
- Last Synced: 2025-07-14T17:33:00.324Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Templates for @imqueue/cli
Registry of boilerplate templates which are used by `@imqueue/cli` tool to
create service packages.
## Templates
Currently the following templates are supported publicly:
### Default
The default template, which contains boilerplate of @imqueue service
integrated with the set of tools for:
- **Version control**: git/github
- **Testing**: nyc, istanbul, chai, mocha, sinon, mock-require
- **Containerization**: Docker, Docker Hub
- **Continuous integration**: Travis CI
- **Development**: typescript, ts-node, source-map-support, reflect-metadata, nodemon
- **Documentation**: typedoc
- **Builds**: npm scripts, `npm run help` for more details after boilerplate installation
## License
This project is licensed under the GNU General Public License v3.0.
See the [LICENSE](LICENSE)