broccoli-env
v0.0.1
Published
Get the environment (production, development) from BROCCOLI_ENV
Downloads
1,134
Readme
broccoli-env
Get the environment (development or production) from the BROCCOLI_ENV environment variable.
Usage
var env = require('broccoli-env').getEnv();
console.log(env) // => 'development' or 'production'