Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 307 Bytes

plantuml.md

File metadata and controls

22 lines (15 loc) · 307 Bytes

Rendering with PlantUML

Dependencies

Graphviz

brew install graphviz

Code example

PlantUMLBuilder(
    enterpriseName,
    workspaceName,
    workspaceDescription
).outputPath("./build/plantuml")
 .buildAndRender { model, views ->

     // TODO: define the model and views

}