Setup
To create your plugin, the fastest way is to use the Sodacore Creation tool.
bash
bun create @sodacore
From here you need to select the plugin
option and follow the prompts, once completed, you will be given a directory with your plugin setup and ready to go.
From here you can call bun link
to link the repository to your machine, and then you can import it from any other local project to test it.