README.md
# config_utils
An opinionated set of utility functions to be used in configuration files.
## Installation
The package can be installed by adding `config_utils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:config_utils, ">= 0.0.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/config_utils>.