Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

My Theme Plugin

A kUML theme plugin skeleton. Customise the colour palette and typography, then build and install.

Build

./gradlew build

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

Install

kuml plugin install build/libs/my-theme-plugin-1.0.0.jar

Customise

Edit src/main/kotlin/com/example/plugin/theme/MyThemePlugin.kt. Replace com.example, my-theme-plugin, MyThemePlugin and the TODO colour with your values.

Plugin metadata

Plugin id

com.example.my-theme-plugin

Category

theme

kUML range

>=0.16.0

Maintainer

Your Name <your@email.com>

License

Apache-2.0

License

Apache License 2.0.