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
Copy file name to clipboardExpand all lines: docs/src/using-plugins.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,10 @@ The Plugin API is currently marked as **unstable**. It may change at any time.
142
142
If you desire a specific plugin, please [open an issue on Github](https://github.com/gsoft-inc/wl-openapi-typescript/issues).
143
143
!!!
144
144
145
+
!!!
146
+
This work is inspired by [Rollup plugin development](https://rollupjs.org/plugin-development/).
147
+
!!!
148
+
145
149
A plugin is an object with a `name` and one or more [build hooks](#build-hooks), which follows our conventions. A plugin should export a function that can be called with plugin specific options and returns such an object.
146
150
147
151
Plugins allow you to customize `@workleap/create-schemas` behavior by, for example, modifying code before writing the files to disk.
0 commit comments