Detect Environment
Detect environment is a tool for identifying which environment the application is running in and is heavily inspired by the laravel environment configuration.
Installation
You can install detect-environment
using npm.
$ npm install --save-dev detect-environment
Getting started
Check out the guides to get started.