configor

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i configor

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • snrobot