Example of inheriting from "bundled" plugins to create custom plugins #1074
raidenmiro
started this conversation in
General
Replies: 1 comment 4 replies
-
Maybe this can help in understanding Kubb plugins(just some basics): https://www.kubb.dev/plugins/development/system#setup. You can call a plugin from another plugin(that is how we do it with some internal plugins) but there is no documentation. Templates could maybe also help out for you: https://www.kubb.dev/plugins/swagger-client/#templates. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's a very cool too 🔥. Enjoyed working with him.
There's a question that I haven't fully realized yet. I want to take pluginClient from @kubb/swagger-client as a basis, and for my tasks, provide a wrapper that will extend pluginClient, with custom template and parameters. Are there any examples, ideas of how to implement this correctly? I would be very grateful☺️
Beta Was this translation helpful? Give feedback.
All reactions