ash_state_machine/README.md

274 B

AshStateMachine

A state machine extension for Ash.Resource

Installation

def deps do
  [
    {:ash_state_machine, "~> 0.2.2"}
  ]
end

Get Started

Check out the getting started guide.