@house-agency/brewtils
v0.5.5
Published
The Brewery Node.js Utilities (brewtils)
Downloads
7
Readme
The Brewery Node.js Utilities (brewtils)
Node version
4.4.3 (LTS)
Content
- catch-default - Simple catch matcher with callbacks.
- config - Simple json configuration file loader with global state and merging.
- log - Logger with support for level filter and custom output streams.
- exporter - Simple helper for module exporting.
- retry - Retries a function when any error occures with a certain time in between.
Testing
::bash
nodenv install
npm i
npm test