Files
spring-state-machine-renderer/README.md
2025-07-05 21:26:21 +02:00

18 lines
205 B
Markdown

```shell
brew install graphviz
```
```shell
dot -Tpng statemachine.dot -o statemachine.png
```
```shell
brew install plantuml
```
```shell
plantuml statemachine.uml.dot
```
plantuml statemachine.scxml