$ cnpm install dotfile-config
get and set dotfile as a json config
$ npm install dotfile-config
var config = require('dotfile-config')('.configrc');
config.set({
foo: 'bar'
});
console.log(config.get()); // {foo: 'bar'}
MIT
Copyright 2013 - present © cnpmjs.org | Home |