Get Started
The Garnet Plugin API allows anyone to add custom functionality that can be used by Garnet communities.
Install the CLI
npm install -g @garnetapp/cli
Create a new plugin
garnet new my-plugin
Write something cool
Publish your plugin
garnet publish