Table of Contents
A kUML renderer plugin skeleton.
Implement the render() method to produce a new output format.
kuml plugin install build/libs/my-renderer-plugin-1.0.0.jar
kuml render diagram.kuml.kts --format txt # replace txt with your formatEdit src/main/kotlin/com/example/plugin/renderer/MyRendererPlugin.kt.
Replace the supportedFormats set and implement render().
Plugin id |
|
Category |
renderer |
kUML range |
|
Maintainer |
Your Name <your@email.com> |
License |
Apache-2.0 |