Marketplace
Users can install and manage plugins (and widget packs) directly from within MoBro via the marketplace.
So to make a plugin available to others, it needs to be published to the marketplace.
The MoBro Plugin CLI provides an easy way to publish a plugin to the
marketplace by simply invoking the marketplace-publish
command and passing the published plugin .zip file as an
argument:
mobro marketplace-publish --api-key [your_api_key] .\example_plugin_0.0.1.zip
If the plugin is not yet available in the marketplace, the CLI will prompt for some input and create it.
If the plugin is already available in the marketplace, a new version will be published for the existing plugin.
Accessing the marketplace requires a valid API key.
There is currently no UI to obtain an API key or to publish and manage your plugins.
So for the time being: Please reach out to us if you want to publish a plugin.
We will provide you with an API key and assist you in publishing your plugin if required.