@clevyr/hapi-ms-helper

A collection of utilities for hapi based micro-services.

Usage no npm install needed!

<script type="module">
  import clevyrHapiMsHelper from 'https://cdn.skypack.dev/@clevyr/hapi-ms-helper';
</script>

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