FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Installing Plugins · pattern-lab/patternlab-node Wiki · GitHub

This repository was archived by the owner on May 13, 2026. It is now read-only.

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!

Wiki pages Pages 22

Clone this wiki locally


Back | FazBrowse Home | New Git URL