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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| papyrus-home | Path to the Papyrus-Desktop installation (folder containing the plugins/ directory). Produced by setup-papyrus as papyrus-home. | yes | — |
| papyrus-launcher | Path 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-dir | Directory containing the Papyrus model (scanned recursively for *.di and *.aird files). | yes | — |
| output-dir | Directory where image files will be written. Created if missing. | yes | — |
| format | Image format: SVG, PNG, JPEG, BMP, or GIF. | no | SVG |
| naming | Filename source: xmiId (default, always unique) or name (diagram name; you must keep them unique). | no | xmiId |
| fail-on-error | If true, the step fails when any diagram fails to export. If false, exports as much as possible and reports a summary. | no | true |
Outputs
| name | description |
|---|---|
| exported-count | Number of diagrams successfully exported. |
| failed-count | Number of diagrams that could not be exported. |