2conf

1.0.2 • Public • Published

Config

v.1.0.2

Install

First of all, you need to set up new registry:

npm --save install 2conf

Usage Example

cat index.js

var Config = require('2conf');
 
var config = new Config(process.env.ENV);
 
console.log(config);

Change Log

all changes

Created by

Dimitry Ivanov 2@ivanoff.org.ua # curl -A cv ivanoff.org.ua

Package Sidebar

Install

npm i 2conf

Weekly Downloads

8

Version

1.0.2

License

none

Last publish

Collaborators

  • ivanoff