0.0.3 • Published 8 years ago
env2conf v0.0.3
Table of Contents
How to use
const env2conf = require('env2conf');
const config = env2conf.load();Install
npm install env2conf --saveAPI reference
- load
- save
Table of Contents
const env2conf = require('env2conf');
const config = env2conf.load();npm install env2conf --save