0.0.8 • Published 10 years ago

options-stream v0.0.8

Weekly downloads
41
License
-
Repository
github
Last release
10 years ago

#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
);