You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Idea:
To make RiotKit Do possible to use for example in non-officially supported languages, to allow to add progress bars, slack notifiers and more we can add plugins support.
Plugins support could be introduced pretty easily using some kind of event bus.
Implementation:
Use event bus
In Python syntax and in YAML syntax import plugins via imports section. The difference is that the def imports() could take also PluginDeclaration, not only TaskDeclaration
The text was updated successfully, but these errors were encountered:
Idea:
To make RiotKit Do possible to use for example in non-officially supported languages, to allow to add progress bars, slack notifiers and more we can add plugins support.
Plugins support could be introduced pretty easily using some kind of event bus.
Implementation:
def imports()
could take alsoPluginDeclaration
, not onlyTaskDeclaration
The text was updated successfully, but these errors were encountered: