Marketplace
The MoBro marketplace allows users to install and manage plugins (and widget packs) directly from within the application.
Publishing
To make your plugin available to others, it must first be published to the marketplace.
The MoBro Plugin CLI offers a simple way to publish a plugin to the
marketplace. You can do this by running the marketplace-publish
command and providing the plugin's .zip
file as an
argument:
mobro marketplace-publish --api-key [your_api_key] .\example_plugin_0.0.1.zip
New Plugin
If the plugin is not yet listed in the marketplace, the CLI will guide you through the setup process
and create it for you.
Existing Plugin
If the plugin is already available, the CLI will publish a new version for the existing plugin.
API Key
Publishing to the marketplace requires a valid API key.
Currently, there is no user interface available to obtain an API key or to manage your plugins.
If you'd like to publish a plugin, please contact us directly.
We will provide you with an API key and assist you in the publishing process if needed.