options-stream

0.0.8 • Public • Published

Options Stream

travis build info

var os = require('options-stream');
 
var options = os({ // code default options
    a: 1
    b: 2
}, 'etc/options.default.json' // project default options
, 'etc/options.hostname.ini' // host options
, 'etc/hotfix.yaml' // hotfix options
, 'etc/hotfix.ion' // overwrite options
);

Readme

Keywords

none

Package Sidebar

Install

npm i options-stream

Weekly Downloads

49

Version

0.0.8

License

none

Last publish

Collaborators

  • q3boy