detect-environment
v1.0.0-alpha14
Published
Detect environments in JavaScript similar to the way Laravel does
Downloads
3
Maintainers
Readme
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.