0.2.5 • Published 2 years ago

node-env-obj v0.2.5

Weekly downloads
3
License
MIT
Repository
github
Last release
2 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

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

3 years ago

0.1.1

6 years ago

0.1.0

6 years ago