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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i rigid-parse-config

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • maxgfeller