Aasm

The finite state machine implementations for Elixir.

Installation

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

def deps do
  [
    {:aasm, "~> 0.2.0"}
  ]
end