WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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