Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

executable file
·
21 lines (12 loc) · 387 Bytes

Build Status

Hapi Route Status

Adds a monitor endpoint /status

Test & Development

Running tests

$ npm test

Watching for changes and run all tests when developing.

$ npm run watch

Creating releases

$ npm run release
$ npm run release:minor
$ npm run release:major