This commit is contained in:
2025-07-05 21:25:53 +02:00
commit 3ad99735ba
17 changed files with 770 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
```shell
brew install graphviz
```
```shell
dot -Tpng statemachine.dot -o statemachine.png
```
```shell
brew install plantuml
```
```shell
plantuml statemachine.uml.dot
```
plantuml statemachine.scxml