Step 12: Submit for review
Make your plugin more discoverable by submitting it to the parsomics plugin registry.
Explanation
The parsomics-registry
repository contains a list of know publicly available
plugins for parsomics
. Behind the scenes, the parsomics-cli
uses the
registry for commands such as these:
parsomics plugin list
parsomics plugin info <plugin-name>
parsomics plugin install <plugin-name>
That being said, it is important to add your plugin to the registry, so
parsomics
users can discover and install them from the parsomics-cli
.
Hands on
-
Head to the
parsomics-registry
repository -
Open an issue containing the metadata for your plugin. For that, select the "Plugin Inclusion" from the dropdown down menu of description templates and fill it in.
-
Keep an eye on the issue, as
parsomics
maintainers may make comments on it, giving feedback or requesting changes to your plugin's metadata. Once the issue is closed, your plugin will have been added to the parsomics registry!
You can also open a pull request directly if you prefer, but contributing to
the parsomics-registry
has multiple security-related requirements. It is
much easier to open an issue and let a maintainer make the necessary changes.
With that, you are finally done!