/env

Env values in Elm

Primary LanguageElmMIT LicenseMIT

env Build Status

Env allows you to parse an environment from string and keep in your appplication a state of the current environment.

Getting started

Here is how to parse an environment from string:

Env.fromString "production"