Skip to content

leonidv/vp-plugin-template

Repository files navigation

Visual Paradigm plugin's template

What is it

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!

How to use

  1. Download ZIP of this repository
  2. In settings.gradle.kts change project name
  3. Develop your plugin and use Gradle task vpInstallPlugin to install it.

Another

Don't forget to install HotReload plugin! It's really useful.

About

Template project of Visual Paradigm's plugin

Topics

Resources

Stars

Watchers

Forks

Languages