Community
In the Community section of the application homepage, you can find all packages published online by everyone.

After clicking on any package, you can view the detailed information of the package.
The content includes a preview of the flows in the package, package documentation, description, version information, etc.
Depending on the publishing method of the package, the open button here will be different.

Clicking the button will open the project locally. If it's a package published as a template, it will contain all project details after opening, and you can perform secondary development based on it. Otherwise, the project will only contain flows.
GitHub Publisher
In actual engineering development, a more common way to update and publish is to publish automatically after code updates.
OOMOL Studio supports GitHub Actions, so you can publish automatically when code changes.


The GitHub repository field should contain your repository name. After you configure the publisher account, published packages will show that user as the publisher.
You also need to configure the corresponding workflow in your GitHub repository. You can use the example project as a reference.
Collaboration
This feature is only available to paid subscribers. You can enter OOMOL Console through the button at the bottom left of the application homepage, then change your subscription plan in the Console.


By default, if you have already published a package, only you can publish new versions of that package.
If you need to allow other users to have publishing permissions, you can invite other users to become maintainers.

After clicking the Invite button, you can search for users and generate an invitation link. Send the invitation link to the specified user to let them accept becoming a maintainer.

All maintainers have the same permissions. Please make sure you invite the correct users.