rigid-parse-config

1.0.0 • Public • Published

rigid-parse-config

build status

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.

Dependents (0)

Package Sidebar

Install

npm i rigid-parse-config

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • maxgfeller