Skip to content

joliss/broccoli-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-env

Get the environment (development or production) from the BROCCOLI_ENV environment variable.

Installation

npm install --save-dev broccoli-env

Usage

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

About

Get the Broccoli build environment from BROCCOLI_ENV

Resources

License

Stars

Watchers

Forks

Packages

No packages published