0.0.2 • Published 5 years ago

@thingk.systems/config v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@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