ash_state_machine/README.md

20 lines
1,010 B
Markdown
Raw Normal View History

2024-05-04 13:23:54 +12:00
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)
![Elixir CI](https://github.com/ash-project/ash_state_machine/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_state_machine.svg)](https://hex.pm/packages/ash_state_machine)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_state_machine)
# AshStateMachine
2023-04-22 05:43:36 +12:00
2024-05-04 13:23:54 +12:00
Welcome! This is the extension for building state machines with [Ash](https://hexdocs.pm/ash_state_machine) resources.
2023-04-22 05:43:36 +12:00
2024-05-04 13:23:54 +12:00
## Tutorials
2023-04-22 05:43:36 +12:00
2024-05-04 13:23:54 +12:00
- [Getting Started with AshStateMachine](documentation/tutorials/getting-started-with-ash-state-machine.md)
2023-04-23 13:39:52 +12:00
2024-05-04 13:23:54 +12:00
## Reference
2023-04-23 13:39:52 +12:00
2024-05-04 13:23:54 +12:00
- [AshStateMachine DSL](documentation/dsls/DSL:-AshStateMachine.md)