Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

repositive/rps

Repository files navigation

rps

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 -g @repositive/rps

**Available commands:

  rps -h
  rps gen -h