thomas-worm/Papyrus Diagram Export

Export all diagrams from a Papyrus model to image files. Requires a prior call to `thomas-worm/setup-papyrus`.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
papyrus-homePath to the Papyrus-Desktop installation (folder containing the plugins/ directory). Produced by setup-papyrus as papyrus-home.yes
papyrus-launcherPath to the Papyrus-Desktop launcher executable. Produced by setup-papyrus as papyrus-launcher. Optional — falls back to searching inside papyrus-home if omitted.no""
model-dirDirectory containing the Papyrus model (scanned recursively for *.di and *.aird files).yes
output-dirDirectory where image files will be written. Created if missing.yes
formatImage format: SVG, PNG, JPEG, BMP, or GIF.noSVG
namingFilename source: xmiId (default, always unique) or name (diagram name; you must keep them unique).noxmiId
fail-on-errorIf true, the step fails when any diagram fails to export. If false, exports as much as possible and reports a summary.notrue
namedescription
exported-countNumber of diagrams successfully exported.
failed-countNumber of diagrams that could not be exported.