ash_state_machine/README.md

14 lines
157 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
[
{:ash_state_machine, "~> 0.1.0"}
2023-04-22 05:43:36 +12:00
]
end
```