In an attempt to improve PlantUML documentation...
Wiki Toc Recent changes View page history Add new chapter Reorder page Raw
![]() |
![]() |
|
PlantUML for the impatientThe easiest way to test PlantUML is in an online solution that has PlantUML embedded, such as our online server. |
|
Local installationAfter testing, you may want to install PlantUML locally. You need these things to run PlantUML:
|
|
Run PlantUML from the command lineUse PlantUML's command line syntax to include it in your own scripts or documentation tools.
2. Run (or have your software call) PlantUML, using sequenceDiagram.txt as input. The output is an image, which either appears in the other software, or is written to an image file on disk.For example:
This outputs your sequence diagram to a file called sequenceDiagram.png .
|