
[](https://hex.pm/packages/file_config)
[](https://hexdocs.pm/file_config)
[](https://hex.pm/packages/file_config)
[](https://github.com/cogini/file_config/blob/master/LICENSE.md)
[](https://github.com/cogini/file_config/commits/main)
[](CODE_OF_CONDUCT.md)
# file_config
This library provides a way to load configuration from a file and reload it when
it changes. The native format is the Erlang binary term format, but it also
supports CSV and can be extended to support other formats.
## Installation
Add `file_config` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:file_config, "~> 0.7.1"}
]
end
```
The docs can be found at [https://hexdocs.pm/file_config](https://hexdocs.pm/file_config).