config.js

0.1.0 • Public • Published

config.js -- node.js configuration for busy people

install ( via git and npm linking )

$ git clone https://github.com/caryhaynie/config.js.git

$ cd config.js; sudo npm link

$ npm link config.js

install ( via npm )

$ npm install config.js

usage

var config = require("config.js").getConfig()

info

config.js is a simple library that allows node.js developers to store configuration data in a JSON file that sits next to the script where they need it. To load your config, simply call require("config.js").getConfig() and read the resulting object. If config.js can't find a config file, it will simply return an empty object. If it can't parse the JSON data, it will throw a Syntax Error.

/config.js/

    Package Sidebar

    Install

    npm i config.js

    Weekly Downloads

    113

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • caryhaynie