PhxConfigUtil
Utility functions to configure Elixir/ Phoenix apps.
Installation
If available in Hex, the package can be installed
by adding phx_config_util to your list of dependencies in mix.exs:
def deps do
[
{:phx_config_util, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/phx_config_util.