@thingk.systems/config
v0.0.2
Published
a better config
Downloads
3
Readme
@thingk.systems/config
A config strategy based on the config package. It uses config-cev-generator to substitute values from environment variables. After this step it converts these values to the right format with the help of boolean and ms.
Install
npm install @thingk.systems/config --save
or
yarn add @thingk.systems/config
Usage
const config = require('@thingk.systems/config')()
Read the docs about config for further informations.
Develop
Run tests once:
yarn test
Run tests continuously while coding:
yarn dev