Packages

Live config supporting many different backends. **Kungfuig** (_pronounced:_ [ˌkʌŋˈfig]) provides a drastically easy way to plug live configuration into everything. It provides backends for `env` and `system` and supports custom backends.

Current section

Files

Jump to
kungfuig README.md
Raw

README.md

# ![Kungfuig](https://raw.githubusercontent.com/kantox/kungfuig/master/stuff/kungfuig-48x48.png) 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)