2.0.0 • Published 3 years ago

config-mapper-env v2.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

config-mapper-env

Maps configuration from config module files to environment variables.

Installation

$ npm install config-mapper-env

Usage

// config/custom-environment-variables.js

const df = require('./default');
module.exports = require('config-mapper-env')(df);

License

Copyright (c) 2017 Martin Kolárik. Released under the MIT license.

2.0.0

3 years ago

1.0.1

7 years ago

1.0.0

7 years ago