Skip to content

Repository containing official Kompakkt plugins & the Extender library

Notifications You must be signed in to change notification settings

Kompakkt/Plugins

Repository files navigation

Plugins

Kompakkt Official Plugins logo

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.

Creating a new plugin

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

Building plugins

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

Developing plugins

You can refer to the example 'hello-world' plugin, or to the extender/README.md-file to find out how the plugin system works.

About

Repository containing official Kompakkt plugins & the Extender library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published