crcn / node-chowder

config library for node.js apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

  • recursivley include other configuration files
  • scan directory for configuration files

To Do

  • extend other settings
  • reference other variables in config

Example

[some-setting]


[include]
files=/path/to/configs/*.conf /another/path/*.conf

About

config library for node.js apps


Languages

Language:JavaScript 100.0%