README.md
#  Kungfuig
## Intro
Live config supporting many different backends.
**Kungfuig** (_pronounced:_ [ˌkʌŋˈfig]) provides an easy way to plug
live configuration into everything.
It provides backends for `env` and `system` and supports custom backends.
## Installation
```elixir
def deps do
[
{:kungfuig, "~> 0.1"}
]
end
```
## [Documentation](https://hexdocs.pm/kungfuig)