ash_state_machine/README.md
2023-04-23 00:59:06 -06:00

274 B

AshStateMachine

A state machine extension for Ash.Resource

Installation

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

Get Started

Check out the getting started guide.