README.md

# FireAct

Plug inspired/based helper for defining action handlers with
optional params validations via Ecto.Changeset.

Perfect for extracting logic outside the controller endpoints.

[Documentation](https://hexdocs.pm/fire_act/)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fire_act` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:fire_act, "~> 0.1.0"}
  ]
end
```