lambdaofgod / ash_state_machine

Finite State Machine extension for Ash.Resource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AshStateMachine

A state machine extension for Ash.Resource

Installation

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

Get Started

Check out the getting started guide.

About

Finite State Machine extension for Ash.Resource

License:MIT License


Languages

Language:Elixir 100.0%