1.1.0 • Published 7 years ago

@repositive/generator-node-base-service v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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
1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago