config-mapper-env

2.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    31
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    31
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i config-mapper-env

Weekly Downloads

31

Version

2.0.0

License

MIT

Unpacked Size

2.71 kB

Total Files

5

Last publish

Collaborators

  • martin-kolarik