Finite State Machine extension for Ash.Resource
Find a file
2023-04-22 19:38:33 -06:00
.github init 2023-04-21 11:43:36 -06:00
config chore: add docs/release config 2023-04-22 19:38:33 -06:00
documentation/tutorials chore: add docs/release config 2023-04-22 19:38:33 -06:00
lib feat: add mix task ash_state_machine.generate_flow_charts (#1) 2023-04-22 18:49:47 -06:00
logos init 2023-04-21 11:43:36 -06:00
test chore: add docs/release config 2023-04-22 19:38:33 -06:00
.check.exs init 2023-04-21 11:43:36 -06:00
.credo.exs init 2023-04-21 11:43:36 -06:00
.formatter.exs improvement: require from/to 2023-04-22 18:12:11 -06:00
.gitignore chore: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -06:00
.tool-versions init 2023-04-21 11:43:36 -06:00
FUNDING.yml init 2023-04-21 11:43:36 -06:00
LICENSE init 2023-04-21 11:43:36 -06:00
mix.exs chore: fix dialyzer 2023-04-22 18:51:01 -06:00
mix.lock improvement: fix lint/credo, handle all changeset types 2023-04-22 18:22:16 -06:00
README.md chore: add docs/release config 2023-04-22 19:38:33 -06:00

AshStateMachine

A state machine extension for Ash.Resource

Installation

def deps do
  [
    {:ash_state_machine, "~> 0.1.0"}
  ]
end