Update plugin tutorial on how to use commands#318
Conversation
|
Wait no, I think the original code is correct π although it should be better explained. The problem is: if every plugin has to bundle its own copy of In order to do that, Yarn implements what I called dynamic linking under the form of the The exact set of packages that can be required this way is stored here, plus all Berry plugins (meaning that a plugin can extend another plugin, which is what the Does that make sense? |
|
Makes more sense, thanks! π Regardless though, there is still an issue with the code here. I'll push a commit for it. |
|
π |
WIP
Current code snippet for the hello world command is incorrect in syntax, and probably with how it works so needs to update it.
This is currently WIP as we need to make another change to the 2nd example and also update guidelines on how to use deps in plugins.