0.1.0 • Published 12 years ago

config-tool v0.1.0

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

config-tool

Configuration management for node, with some cool features.

Features

Configurations are just JavaScript objects, but there are several ways to manipulate values:

  • Directly as object members
  • As JSON strings or files – comments allowed!
  • As JavaScript files (see the examples)
  • From command line arguments (like -D <key=value>)