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. Feel free to use it inside your app, like:
```elixir
Envex.map(:ecto_repos)
```