An open API service indexing awesome lists of open source software.

https://github.com/vukanac/elixir-fsm-gearbox-example


https://github.com/vukanac/elixir-fsm-gearbox-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FSM Gearbox Example

_An example of Gearbox FSM usage_

> Gearbox is a functional state machine with an easy-to-use API,
> inspired by both Fsm and Machinery

* https://github.com/edisonywh/gearbox

Please, check tests for more details!

## Goal

The goal was to provide a fully working example based on docs and test from the
library.

The implementation is just for demonstration purpose without intention to be
the only way of library usage.