This is a template for creating a plugin for Yskra.
- Clone the repository
pnpm install- edit /MyPlugin/manifest.json, /MyPlugin/src/main.js and script in package.json
- run
pnpm run dev:YourPluginNamefor development orpnpm run buildfor production
This is a plugin that does nothing.