Helper to fetch and parse env var values to configure digiforma.
The package can be installed by adding env
to your list of dependencies in
mix.exs
:
def deps do
[
{:env, git: "https://github.com/A-World-For-Us/env", tag: "v0.1.0"},
]
end