Interactive UML sequence diagrams for Pharo. Generate diagrams from running code using runtime tracing, with drill-down navigation between packages and clickable class documentation.
# MicroSequenceDiagram
Interactive UML sequence diagrams for Pharo. Generate diagrams from running code using runtime tracing, with drill-down navigation between packages and clickable class documentation.
```
Metacello new
githubUser: 'kasperosterbye' project: 'MicroSequenceDiagram' commitish: 'main' path: 'src';
baseline: 'MicroSequenceDiagram';
load.
```