0.0.4 • Published 9 years ago

homeconf v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

HomeConf

Build Status

Add setting file easier

Installation

$ npm install --save homeconf

Usage

var homeconf = require('homeconf')

Save config

homeconf.save('.test_conf', {"key":"value"})

You can see config file at

$ cat ~/.test_conf.json

Get config

homeconf.get('.test_conf', function(err, object){
    console.log(object)
})

Test

Using mocha the command is

$ npm test
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago