-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0b1ffa
commit d808a37
Showing
3 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
![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 | ||
|
||
A state machine extension for `Ash.Resource` | ||
Welcome! This is the extension for building state machines with [Ash](https://hexdocs.pm/ash_state_machine) resources. | ||
|
||
## Installation | ||
## Tutorials | ||
|
||
```elixir | ||
def deps do | ||
[ | ||
{:ash_state_machine, "~> 0.2.3-rc.0"} | ||
] | ||
end | ||
``` | ||
- [Getting Started with AshStateMachine](documentation/tutorials/getting-started-with-ash-state-machine.md) | ||
|
||
## Get Started | ||
## Reference | ||
|
||
Check out the [getting started guide](/documentation/tutorials/get-started-with-state-machines.md). | ||
- [AshStateMachine DSL](documentation/dsls/DSL:-AshStateMachine.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters