A CLI tool designed for creating, building, and managing complex plugins.
This version of the builder is for creating plugins for Yarn 3.x. Yarn 3 plugins are not compatible with Yarn 2 installations, however Yarn 2 plugins are usually compatible with Yarn 3. If you wish to create plugins for Yarn 2, please use v2.x of the builder (
yarn add @yarnpkg/builder@^2
).
builder new plugin
command for scaffolding new pluginsbuilder build bundle
command for building complex plugins- supports TypeScript out-of-the-box
- supports custom Babel configurations out-of-the-box
- uses Webpack internally, providing treeshaking, minification, and various other optimizations out-of-the-box
yarn add -D @yarnpkg/builder typescript
-
build bundle
- Build the local bundle. -
build plugin
- Build a local plugin. -
new plugin
- Create a new plugin.