0.0.1 • Published 12 years ago

configor v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

configor.js

super simple configuration tool for node.js projects.

features

  • ability to add default configurations
  • hierarchically cascading configurations
  • add configurations to package.json file or to a configuration specific file - configor.json
  • define env mapping.

Usage

TODO add more details but for now see ./configor.json

    ...

   var url = configor.myProject.url
       img = configor.myProject.img

Hierarchy

  1. package.json
  2. configor.json
  3. env mapping
  4. config object