rigid-parse-config
1.0.0 • Public • Published rigid-parse-config

Easily parse a rigid.json
file.
Usage
var parse = require('rigid-parse-config')
parse('/path/to/config', cb(err, config) {
if(err) return console.error(err)
console.log(config)
})
Tests
Just run npm test
to run the tests.
Install
npm i rigid-parse-config
Weekly Downloads