node-application-config

v0.2.0
Application config package that provides a config object with support for local overrides and environmental overrides
npm node config application environment-variable

clean

rimraf build

bootstrap

npm install && typings install

pretest

npm run clean && tsc

test

mocha --ui bdd --recursive ./build

precitest

npm run bootstrap && npm run clean && tsc

citest

istanbul cover -x "**/*.spec.*" _mocha --report lcovonly -- --ui bdd --recursive ./build

develop

npm run clean && tsc -w
npm i node-application-config

Metadata

  • MIT
  • Whatever
  • Christoph Buehler
  • released 5/4/2016

Downloads