Plug Dynamic
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:
def deps do
[
{:plug_dynamic, "~> 0.1"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/plug_dynamic.