Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeteerawit/warmachine
Elixir state machine
https://github.com/joeteerawit/warmachine
elixir elixir-erlang machine phoenix state state-machine statemachine warmachine
Last synced: about 1 month ago
JSON representation
Elixir state machine
- Host: GitHub
- URL: https://github.com/joeteerawit/warmachine
- Owner: joeteerawit
- License: mit
- Created: 2024-10-18T09:36:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:33:38.000Z (3 months ago)
- Last Synced: 2024-10-28T06:31:06.427Z (3 months ago)
- Topics: elixir, elixir-erlang, machine, phoenix, state, state-machine, statemachine, warmachine
- Language: Elixir
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warmachine
![logo](./logo.png)# Features
- State machine
- State machine work flow
- Support OpenTelemetry**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `warmachine` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:warmachine, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .