yarn plugin import from sources
Build a plugin from sources.
Usage
$> yarn plugin import from sources [--path #0] [--repository #0] [--branch #0] [--no-minify] [-f,--force] <name>
Examples
Build and activate the "@yarnpkg/plugin-exec" plugin :
yarn plugin import from sources @yarnpkg/plugin-exec
Build and activate the "@yarnpkg/plugin-exec" plugin (shorthand) :
yarn plugin import from sources exec
Details
This command clones the Yarn repository into a temporary folder, builds the specified contrib plugin and updates the configuration to reference it in further CLI invocations.
The plugins can be referenced by their short name if sourced from the official Yarn repository.