wk-j / plant-uml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plant UML

# brew cask install java
# brew install graphviz
brew install plantuml

VS Code appsettings.json

{
    "plantuml.exportFormat": "png",
    "plantuml.exportOutDir": "resource",
    "plantuml.exportSubFolder": false,
}

About