Zdl To Markdown
👉 ZenWave360 Helps You Create Software Easy to Understand
Generates Markdown glossary from Zdl Models
jbang zw -p io.zenwave360.sdk.plugins.ZdlToMarkdownPlugin \
specFile=src/main/resources/model/customer-address.zdl \
targetFile=src/main/resources/model/customer-address.md
Options
Option | Description | Type | Default | Values |
---|---|---|---|---|
zdlFile | ZDL file to parse | String | Â | Â |
zdlFiles | ZDL files to parse (comma separated) | List | Â | Â |
outputFormat | Template type | OutputFormat | glossary | glossary, task_list, aggregate |
aggregateName | Aggregate name | String | Â | Â |
skipDiagrams | Skip generating PlantUML diagrams | boolean | false | Â |
targetFile | Target file | String | zdl-glossary.md | Â |
continueOnZdlError | Continue even when ZDL contains fatal errors | boolean | true | Â |
Getting Help
jbang zw -p io.zenwave360.sdk.plugins.ZdlToMarkdownPlugin --help