0.0.4 • Published 10 years ago

homeconf v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago