This repository contains official and community plugin projects for the Pulsar ecosystem.
Plugins extend the functionality of the Pulsar client and server by using shared code from Pulsar.Common.
Pulsar.Commonis required for all plugin builds.
Clone using the command below to automatically include it.
git clone --recurse-submodules https://github.com/Quasar-Continuation/Pulsar-Plugins.git
If you already cloned it normally, just run:
bash
Copy code
git submodule update --init --recursiveTo update your local copy to the newest version from the PulsarV2 repository:
git submodule update --remote --merge