broccoli-env

Get the environment (production, development) from BROCCOLI_ENV

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
broccoli-env
0.0.19 years ago9 years agoMinified + gzip package size for broccoli-env in KB

Readme

broccoli-env
Get the environment (development or production) from the BROCCOLIENV environment variable.

Usage

var env = require('broccoli-env').getEnv();
console.log(env) // => 'development' or 'production'