configwd
v1.1.2
Published
Synchronously reads config.json or config/*.json from process.cwd() or APP_ROOT environment variable, replacing occurrences of {{APP_ROOT}} in the JSON accordingly.
Readme
Description
Synchronously reads config.json from process.cwd() or APP_ROOT environment variable, replacing occurrences of {{APP_ROOT}} in the JSON accordingly
Latest Version
0.0.1
Installation
npm install configwdor in package.json
{
...
"dependencies": {
"configwd: "~0.0.1"
}
}Usage
var config = require('configwd');