Plugin architecture #79
theophile-scrive
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to enable people to write their own plugins for Kitab. As such, a flexible but structured mechanism is needed. Today, I'm thinking that the following things would be good:
kitab-<plugin-name>, invoked by passing--plugin=<plugin-name>to the CLI.Plugin registration
It could be interesting, for transparency and debugging, that plugins declare what they intend to do. This way, it can be outputted by Kitab as part of the verbose logging and there is no bad surprise.
Beta Was this translation helpful? Give feedback.
All reactions