@repositive/generator-node-base-service
v1.1.0
Published
This is a [yeoman](http://yeoman.io) generator intended provide the basic setup for a new microservice.
Downloads
9
Keywords
Readme
node-base-service
This is a yeoman generator intended provide the basic setup for a new microservice.
What this automates
- Basic structure
- Deployment configurations
- Dependencies:
- Typescript
- Tape
- Sinon
- TsLint
- Istanbul
- Nodemon
- Husky
- Config
- NPM Scripts:
- make
- lint
- test
- coverage
- start
- startDev
Installing with NPM
$ npm i @repositive/generator-node-base-service
Generating the base service
$ yo @repositive/node-base-service