Someone at work brought this up regarding pi extensions which i currently tend to agree with:
one thing I dislike are all the monorepos - makes it really hard to just pick a few extensions
Is there some sort of best practice already?
Let's say I create 5 extensions, all single file. How do I best offer that so users can pick only 2 of those?
Currently I'd think you have to create some sort of npm workspaces monorepo and have a package.json for each? (I guess doesn't necessarily need a root package.json as well, so maybe npm workspaces is optional here, not super familiar with that)
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community