-
Notifications
You must be signed in to change notification settings - Fork 2
Plugins
Dominic Barnes edited this page Jul 1, 2017
·
1 revision
In mako, plugins are everything! They are responsible for configuring what and how to build, leaving mako to act merely as a conductor of sorts. You can find plugins in npm, try searching for "mako-plugin"
Plugin Authors: make sure to publish your plugins with the keyword "mako-plugin" to make them easy to find.
Bundles are collections of other plugins that are meant to encompass entire workflows, rather than just fulfilling a single function. You can find plugin bundles in npm, try searching for "mako-plugin mako-plugin-bundle"
Plugin Authors: make sure to publish your plugin bundles with the keyword "mako-plugin-bundle" to make them easy to find.