ash_state_machine/README.md
2023-04-28 16:22:16 -04:00

17 lines
274 B
Markdown

# AshStateMachine
A state machine extension for `Ash.Resource`
## Installation
```elixir
def deps do
[
{:ash_state_machine, "~> 0.1.3"}
]
end
```
## Get Started
Check out the [getting started guide](/documentation/tutorials/get-started-with-state-machines.md).