UNPKG

@house-agency/brewtils

Version:

The Brewery Node.js Utilities (brewtils)

25 lines (18 loc) 641 B
The Brewery Node.js Utilities (brewtils) ======================================== Node version ------------ 4.4.3 (LTS) Content ------- * [catch-default](doc/catch-default.md) - Simple catch matcher with callbacks. * [config](doc/config.md) - Simple json configuration file loader with global state and merging. * [log](doc/log.md) - Logger with support for level filter and custom output streams. * [exporter](doc/exporter.md) - Simple helper for module exporting. * [retry](doc/retry.md) - Retries a function when any error occures with a certain time in between. Testing ------- ::bash nodenv install npm i npm test