This is the official repository for Kompakkt Repo and Viewer plugins.
Plugins depend on the Extender
library, which is also home in this repository.
More information about the Extender
and how to use it can be found in the extender/README.md
-file.
Run the following command, replacing with the name of your plugin.
Note: The full plugin name will be extended to @kompakkt/pluginname-plugin
.
npm run new-plugin pluginname
To build a single plugin, run:
npm run build pluginname
To build all plugins, you can run the CI build script:
npm run ci:build
You can refer to the example 'hello-world' plugin, or to the extender/README.md
-file to find out how the plugin system works.