ash_state_machine/README.md

18 lines
279 B
Markdown
Raw Normal View History

# AshStateMachine
2023-04-22 05:43:36 +12:00
2023-04-23 13:38:33 +12:00
A state machine extension for `Ash.Resource`
2023-04-22 05:43:36 +12:00
## Installation
```elixir
def deps do
[
2024-03-30 11:01:17 +13:00
{:ash_state_machine, "~> 0.2.3-rc.0"}
2023-04-22 05:43:36 +12:00
]
end
```
2023-04-23 13:39:52 +12:00
## Get Started
Check out the [getting started guide](/documentation/tutorials/get-started-with-state-machines.md).