0.3.0 • Published 10 years ago

externalized-config v0.3.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

Externalized Config

A module for loading externalized configuration files in a Node.js process.

This module will attempt to load a JSON configuration file in the following manner.

  1. Look for an environment variable in the format "{{appname}}_CONFIG"
  2. Look for the existence of a file at the location "$HOME/.config/{{appname}}.json"
  3. Look for a process augment "--config"

This module will provide options to override the pre-defined formats and locations listed above.

0.3.0

10 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago