ash_state_machine/README.md
2024-03-29 18:01:17 -04:00

279 B

AshStateMachine

A state machine extension for Ash.Resource

Installation

def deps do
  [
    {:ash_state_machine, "~> 0.2.3-rc.0"}
  ]
end

Get Started

Check out the getting started guide.