Finite State Machine extension for Ash.Resource
Find a file
2023-04-22 16:28:19 -06:00
.github init 2023-04-21 11:43:36 -06:00
config initial feature set 2023-04-21 13:25:39 -06:00
lib docs: document :* action name 2023-04-22 16:28:19 -06:00
logos init 2023-04-21 11:43:36 -06:00
test chore: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -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 chore: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -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: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -06:00
mix.lock chore: update spark 2023-04-21 21:49:32 -06:00
README.md chore: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -06:00

AshStateMachine

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ash_state_machine to your list of dependencies in mix.exs:

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_state_machine.