Plugin System
Publishing a Plugin
Share your plugin with the Lyrix community via npm.
Package naming
Follow the convention @lyrix/your-plugin-name for official-style packages, or lyrix-plugin-your-name for community packages.
Publishing
Lyrix plugins are just npm packages. Publish normally.
bash
npm publish --access public