README
Hapi Micro-service Helper
A collection of utilities for hapi based micro-services.
- Testing utilities.
- Validation utilities.
Installation
npm install
Usage
To Add To Documentation
- Usage
Tests
The tests use the ava framework.
npm test
Linters
Lint config files included at root of project:
- .eslintrc, .eslintignore
- .jscsrc
// ESLint
npm install -g eslint
eslint src
- or -
npm run lint
// JSCS
npm install -g jscs
jscs src