Skip to main content

Plugin development

Developing and publishing a Clubs Plugin is a great way to reduce the duplication you have been doing with your Clubs and share it with the wider Clubs community. Clubs Plugins, like other JavaScript packages, can be published to and installed from npm.

Quick start

Clubs Plugin Starter Kit is a GitHub's template repository that you can use to get started quickly with plugin development.

  1. Create a new repository with using https://github.com/dev-protocol/clubs-plugin-starter-kit
tip

You can find instructions on how to use a template repository in the GitHub documentation.

  1. You can edit the files under the src/ directory to build the functionality of your plugin.

Interfaces