Replies: 2 comments
-
I would recommend to check out bit.cloud. I think it satisfies all your needs. All your components (or packages) are hosted separately but you can combine and develop them locally in any combination using the Bit workspace. Updates are also handled by Bit (but that is a paid feature). You probably can achieve the same with pnpm but you'll need to build some infrastructure of your own arounds it. We don't have built in mechanics for such complex scenarios. |
Beta Was this translation helpful? Give feedback.
-
Thank you for suggestion. I was looking working with this a bit more and it seems that this will be achieved with a little bit of work on my side. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a been happily using NX monorepo on several projects, I want to ditch it for one project, and looking for options how to do it and whether PNPM could help me with it.
I was for instance experimenting with yarn's link where I linked local libs and this worked, however this would need some transformation before pushing to github, to change dependencies to actual NPM dependencies, which is doable but I am first looking for simpler solution.
Does anyone have experience with similar migration? And could PNPM be set up in a way that would fit the above requirements?
Beta Was this translation helpful? Give feedback.
All reactions