Skip to content

cnsa/envex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Envex

Hex.pm Deps 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:

  • Write API description for README.
    Currently only via docs.
  • Add Travis CI
  • Optimize coercion.
  • Add specs.

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)
```

About

Elixir Environment configuration parser with coercion in mind

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages