Confix

Read, parse and patch Elixir application's configuration

Features:

Getting Started

Add confix as a dependency to your project in mix.exs:

defp deps do
  [{:confix, "~> 0.4"}]
end

Then run mix deps.get to fetch it.

Documentation

Visit documentation on HexDocs for a complete API reference.