yarn builder new plugin
note
Generate the template for a new plugin.
Usage
$ yarn builder new plugin <target>
Examples
Create a new plugin :
yarn builder new plugin yarn-plugin-hello-world
Details
This command generates a new plugin based on the template.
For more details about the build process, please consult the @yarnpkg/builder
README:
https://github.com/yarnpkg/berry/blob/HEAD/packages/yarnpkg-builder/README.md.