Command-line tool to render PlantUML diagrams as SVG
Dependencies
moonx moonbit-community/uml_cli --help
moonx moonbit-community/uml_cli diagram.puml > diagram.svg
moonx moonbit-community/uml_cli render diagram.puml -o diagram.svg
moonx moonbit-community/uml_cli check diagram.pumluml_cli <file> Render PlantUML and print SVG (same as `render`)
uml_cli render <file> Render PlantUML and print SVG
uml_cli check <file> Parse PlantUML and report the detected diagram kind$ uml_cli check hello.puml
hello.puml: OK (sequence diagram)moon runwasm . -- diagram.puml # in this directory
moon run --target native . -- --help # native buildCommand-line tool to render PlantUML diagrams as SVG
Dependencies