svelte-materialify icon indicating copy to clipboard operation
svelte-materialify copied to clipboard

Alternative to lerna

Open TheComputerM opened this issue 4 years ago • 3 comments

Lerna is a bit heavyweight for svelte materialify and I feel like it discourages PRs and contributions. Here are some of the alternatives I have considered:

TheComputerM avatar Oct 12 '20 21:10 TheComputerM

I found this comparison https://github.com/SAP/luigi/issues/1105 with pros and cons. Can be interesting.

Graphmaxer avatar Oct 13 '20 06:10 Graphmaxer

Now npm v7 also supports workspaces.

TheComputerM avatar Oct 17 '20 15:10 TheComputerM

pnpm+rush seems good. But if this is about PRs and stuff, lerna is probably the best-known. Scripts in the Root should just have everything needed (right now they're missing docs-preview). I like the node-module linking of other package managers, but whatever we choose instead of the usual tools, it will always create learning overhead.

Florian-Schoenherr avatar Feb 08 '21 08:02 Florian-Schoenherr