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

Installation

If available in Hex, the package can be installed by adding fire_act to your list of dependencies in mix.exs:

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