Finite State Machine extension for Ash.Resource
Find a file
Zach Daniel 95a75b542a init
2023-04-21 11:43:36 -06:00
.github init 2023-04-21 11:43:36 -06:00
lib init 2023-04-21 11:43:36 -06:00
logos init 2023-04-21 11:43:36 -06:00
test init 2023-04-21 11:43:36 -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 init 2023-04-21 11:43:36 -06:00
.gitignore init 2023-04-21 11:43:36 -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 init 2023-04-21 11:43:36 -06:00
mix.lock init 2023-04-21 11:43:36 -06:00
README.md init 2023-04-21 11:43:36 -06:00

AshFsm

TODO: Add description

Installation

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

def deps do
  [
    {:ash_fsm, "~> 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_fsm.