An open API service indexing awesome lists of open source software.

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

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)