plantuml generator

From their README

Plantuml project workflow

This workflow creates a PlantUML project to simplify diagram development.

logo screenshot

Requirements

  • Visual Studio Code (Select as default Editor)
  • npm
  • onchange

How to use it

Run build to build diagram

npm run build

or run watch to update diagram on save

npm run watch

Change Editor

Visual Studio Code is used in workflow but you can select editor that you want as sublime.

change editor image 01 change editor image 02