very-simple-config
v1.1.0
Published
simple node.js configuration file utility
Readme
nodejs-simple-config
simple configuration file reader
example-config:
username fatbuindex.js:
var config = require('very-simple-config')('example-config');
console.log(config.username);Run:
$ node index.js
fatbu