README.md
# Plug Dynamic
[](https://raw.githubusercontent.com/jshmrtn/plug-dynamic/master/LICENSE)
[](https://travis-ci.org/jshmrtn/plug-dynamic)
[](https://hex.pm/packages/plug_dynamic)
[](https://inch-ci.org/github/jshmrtn/plug-dynamic)
[](https://coveralls.io/github/jshmrtn/plug-dynamic?branch=master)
Allows registration of every Plug with dynamic configuration.
## Installation
The package can be installed by adding `plug_dynamic` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:plug_dynamic, "~> 0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can be found at
[https://hexdocs.pm/plug_dynamic](https://hexdocs.pm/plug_dynamic).