A ready to use loading to the process.env for nconf.
npm install @gdn/envify-nconf``bash
npm install --save @gdn/envify-nconf
`
You can make use of this library by calling is as soon as possible in your project.
Example:
`js
import { load } from '@gdn/envify-nconf';
// Load config settings
load();
...
`
OR
`js
require('@gdn/envify-nconf').load();
...
``
The .load function has 2 parameters:
1. configFolder: string | Default: process.cwd() + /config
2. branch: string | Optional | default: checks env vars for Travis and CircleCI branches