Environment configuration parser. Purely functional, server free.
Full support for projects with REPLACE_OS_VARS=true
in mind.
See the docs for more information.
- Write API description for README.
Currently only via docs. - Add Travis CI
- Optimize coercion.
- Add specs.
If available in Hex, the package can be installed as:
- Add
envex
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:envex, "~> 0.1.1"}]
end
```
- Feel free to use it inside your app, like:
```elixir
Envex.map(:ecto_repos)
```