0.2.5 • Published 3 years ago

node-env-obj v0.2.5

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

node-env-obj

Reads an environment file into the programs environment which is then applied to a predefined object structure.

Usage

node-env-obj is configured and creates a Singleton the first import.

  // entry: ./index.js
  const Config = require('node-env-obj')({
    envPath: '../'
  });

  // any further files: ./folder/file.js
  const Config = require('node-env-obj')();
0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.1

7 years ago

0.1.0

7 years ago