/ittf/site/docs/concepts/t/overview/wizziplugin.html.ittf (primary)
edit
1 $group
2 $
3 var sect = {
4 title: 'Wizzi Plugins'
5 };
6 section( §)
7 p Wizzi is made of a few kernel modules and an ecosystem of plugins.
8 p A plugin implements one or more Wizzi Schema and their generation components:
9 ul
10 li Wizzi Model Doms;
11 li Model transformers;
12 li Artifact generators.
13 p A Wizzi Plugin must have a standard folder structure and must export the ${}
14 a createFactoryPlugin
15 href api.html#wizzi-plugin.createFactoryPlugin
16 + method in its entry point. See ${}
17 a Wizzi Plugins
18 href ./wizziplugins.html