feat(designer): added support for creating designer plugins automatically
Description
Added tool to auto-generate designer plugins when updating the rpc client. Only plugins that haven't been created yet will be written. Therefore, the auto-generator will not overwrite anything. This is to allow for customizations of plugins that aren't easily extracted from the source code.
Type of Change
- Added auto-gen tool for plugins
- Added checks to ensure that the plugins are compatible with designer
Additional Comments
This MR doesn't add any plugins. This should probably be in another MR.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k