Clarify the distinction between plugins and builtins #3650
kmannislands
started this conversation in
Ideas
Replies: 1 comment
-
In this specific example, I think it would make sense to combine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Catching up on yarn modern, I've found it feels kinda arbitrary what's a plugin and what is built in. This has caused some confusion for my team.
I think this is best demonstrated by the example:
Okay, so
workspaces
is a plugin, makes sense. Yet:I think the confusion here is exacerbated by the lack of separation in the docs.
I know there's a banner at the top of plugin doc pages telling you to install the plugin but I think this could be obviated by coming up with a more intuitive scheme for plugins/builtins and un-interleaving their respective docs.
Related Q, is there any list of useful yarn plugins out there? Something like esbuild's finding plugins section of docs or an
awesome-yarn-plugins
list would be very helpful.Beta Was this translation helpful? Give feedback.
All reactions