Creating a Plugin¶
An Origen plugin is simply an Origen application like any other, no special setup is required in order to make an existing application function as a plugin to another parent application.
To distribute an application, it must be packaged up by running the following command:
origen app package
This creates a Python wheel archive of the application
in the dist/
directory.
Releasing a Plugin¶
To release a plugin (to make it available to your user community) the wheel should be uploaded to your company’s package server by…
Sorry, documentation fail 😒
The documentation for this feature is still to be written, but that does not necessarily
mean that the feature is not available yet.
Please get in touch via the community
if you want more info about the status of it.