env-builder-fs

0.1.0 • Public • Published

env-builder-fs

Filesystem adapter for env-builder

Usage

var builder = require('env-builder');
var fs = require('env-builder-fs');

var env = 'prod';
var types = ['ui', 'api'];
var app = 'my-app';
var path = '/path/to/my/config';

var conf = fs(path);

builder(env, types, app, conf, function(err, ENV) {

});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i env-builder-fs

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • camshaft