Template project of Visual Paradigm's plugin. Include:
- openapi.jar from Visual Paradigm 16.3
- Gradle build script with custom tasks, main of them:
- vpInstallPlugin - install plugin into Visual Paradigm
- vpCopyClasses - copy only classes, for hot-reload
- Template of plugin.xml
Plugin uses Kotlin as program language!
- Download ZIP of this repository
- In settings.gradle.kts change project name
- Develop your plugin and use Gradle task vpInstallPlugin to install it.
Don't forget to install HotReload plugin! It's really useful.