0.0.6 • Published 10 years ago

easyconf v0.0.6

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

easyconf

一个简化的json配置文件读写器

安装

npm install easyconf

或者

git clone git://github.com/czy88840616/easyconf.git
npm link

使用

var easyconf = require('easyconf'),
    conf = new easyconf('./nconf_demo.json');

conf.set('use', 'cart');
conf.get('vmcommon');
conf.remove('use');
conf.save(function(err) {
//TODO
});

or 

conf.saveSync();

License

easyconf 遵守 "MIT":https://github.com/czy88840616/easyconf/blob/master/LICENSE.md 协议

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago