⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

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():

  1. Install via npm

    npm install @pattern-lab/plugin-tab
    

    This will pull down the plugin from the npm registry

  2. 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!

Clone this wiki locally