You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Plugin installation is a bit one-two stepped right now, with users needing to npm install first and then either call the above or even npm run postinstall, so it'd be nice if we could get all that into one method.
patternlab plugin --install --plugin-node-tab
This could reach out to npm if plugin-node-tab is not found already locally, and do everything for the user.
At any time, a user should be able to install a plugin.
Current exposed command on editions/core:
Plugin installation is a bit one-two stepped right now, with users needing to
npm installfirst and then either call the above or evennpm run postinstall, so it'd be nice if we could get all that into one method.patternlab plugin --install --plugin-node-tabThis could reach out to npm if plugin-node-tab is not found already locally, and do everything for the user.
Future commands to enable/disable would be nice too, as mentioned here: https://github.com/pattern-lab/plugin-node-tab#enabling--disabling-the-plugin