Skip to content

tz-lom/PlantUML.jl

Repository files navigation

PlantUML.jl

Brings PlantUML render to Julia

License GitHub branch status GitHub Tag Documentation

Quick start

using PlantUML

uml1 = puml"A->B"  # string handy syntax
uml2 = PUML("A->B") # Dynamic creation of the object

svg = repr(MIME("image/svg+xml", uml1))
png = repr(MIME("image/png", uml2))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages