Confix

Application config getter and fixer aka. Mix config on steroids

Features:

Getting Started

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

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

Then run mix deps.get to fetch it.

Documentation

Visit documentation on HexDocs for a complete API reference.