Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 291 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 291 Bytes

Env

Helper to fetch and parse env var values to configure digiforma.

Installation

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