Finite State Machine extension for Ash.Resource
Find a file
2024-02-06 19:39:53 -05:00
.github init 2023-04-21 11:43:36 -06:00
config chore: fix git_ops config 2023-04-22 19:42:54 -06:00
documentation chore: update ex_doc, clean up docs 2024-01-12 16:40:32 -05:00
lib chore: format 2023-10-02 09:45:45 -04:00
logos init 2023-04-21 11:43:36 -06:00
test improvement: Add possible_next_states helper. (#9) 2023-09-15 15:15:29 +12:00
.check.exs docs: various documentation improvements 2023-09-15 09:35:29 -04:00
.credo.exs init 2023-04-21 11:43:36 -06:00
.formatter.exs improvement: Add possible_next_states helper. (#9) 2023-09-15 15:15:29 +12:00
.gitignore chore: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -06:00
.tool-versions improvement: support :* in states 2023-08-04 17:47:42 -04:00
CHANGELOG.md chore: release version v0.2.2 2023-09-15 15:18:09 +12: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: update mix.exs 2024-02-06 19:39:53 -05:00
mix.lock chore: update mix.exs 2024-02-06 19:39:53 -05:00
README.md chore: release version v0.2.2 2023-09-15 15:18:09 +12:00

AshStateMachine

A state machine extension for Ash.Resource

Installation

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

Get Started

Check out the getting started guide.