Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

My Renderer Plugin

A kUML renderer plugin skeleton. Implement the render() method to produce a new output format.

Build

./gradlew build

JAR: build/libs/my-renderer-plugin-1.0.0.jar

Install

kuml plugin install build/libs/my-renderer-plugin-1.0.0.jar
kuml render diagram.kuml.kts --format txt   # replace txt with your format

Customise

Edit src/main/kotlin/com/example/plugin/renderer/MyRendererPlugin.kt. Replace the supportedFormats set and implement render().

Plugin metadata

Plugin id

com.example.my-renderer-plugin

Category

renderer

kUML range

>=0.16.0

Maintainer

Your Name <your@email.com>

License

Apache-2.0

License

Apache License 2.0.