Envex

Hex.pmDeps Status

Environment configuration parser. Purely functional, server free. Full support for projects with REPLACE_OS_VARS=true in mind.

See the docs for more information.

TODO:

Installation

If available in Hex, the package can be installed as:

  1. Add envex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:envex, "~> 0.1.1"}]
end
```
  1. Ensure envex is started before your application:
```elixir
def application do
  [applications: [:envex]]
end
```