0.0.2 • Published 8 years ago

superenv v0.0.2

Weekly downloads
2
License
BSD
Repository
github
Last release
8 years ago

Build Status

superenv

A subset of rc that pulls configuration variables from JSON and ini configuration files and environment variables.

Example

var superenv = require('superenv');

// looks for ~/.mapbox.rc and so on, returns
// an object
var env = superenv('mapbox');

API

superenv(prefix)

Given a prefix that forms the name of configuration files and the prefix of environment variables, give settings.

LICENSE

BSD / MIT / Apache2, same as rc, because this is based on rc by Dominic Tarr