The official plugin registry for kUML — listing themes, renderers, layout engines, code generators, and reverse-engineering extensions.
The registry index is served at https://plugins.kuml.dev/plugins/index.json and is fetched automatically by the PluginRegistryClient inside the kUML toolchain.
kuml plugin install dev.kuml.plugin.theme.pdvReplace the plugin ID with any ID from the registry.
-
Fork this repository.
-
Add your plugin manifest at
public/plugins/<your-plugin-id>/kuml-plugin.json. -
Add an entry to
public/plugins/index.json. -
Open a pull request using the provided template.
The CI check (check-registry.yml) will verify ID uniqueness, required fields, and manifest file existence before merge.
npm install
npm run devOpen http://localhost:4321 to browse the registry locally.
Apache-2.0 — see kuml-dev/kUML.