Skip to content

kuml-dev/plugins.kuml.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kUML Plugin Registry

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.

Installing a Plugin

kuml plugin install dev.kuml.plugin.theme.pdv

Replace the plugin ID with any ID from the registry.

Submitting a Plugin

  1. Fork this repository.

  2. Add your plugin manifest at public/plugins/<your-plugin-id>/kuml-plugin.json.

  3. Add an entry to public/plugins/index.json.

  4. 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.

Local Development

npm install
npm run dev

Open http://localhost:4321 to browse the registry locally.

License

Apache-2.0 — see kuml-dev/kUML.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors