-
Notifications
You must be signed in to change notification settings - Fork 405
Installing Plugins
Brian Muenzenmeyer edited this page Mar 16, 2018
·
3 revisions
Deep dive into plugins at the Creating plugins wiki page
Plugins are installed using two steps (plugin-tab example():
-
Install via npm
npm install @pattern-lab/plugin-tab
This will pull down the plugin from the npm registry
-
Install the plugin within Pattern Lab (gulp example)
gulp patternlab:installplugin --plugin=@pattern-lab/plugin-tab
Refer to the plugin's installation instructions for more options, if any.
Command line support is coming soon!