FabienHenon / env

Env values in Elm

Home Page:https://package.elm-lang.org/packages/FabienHenon/env/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Env values in Elm

https://package.elm-lang.org/packages/FabienHenon/env/latest/

License:MIT License


Languages

Language:Elm 100.0%