svelte-materialify
svelte-materialify copied to clipboard
Alternative to lerna
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:
I found this comparison https://github.com/SAP/luigi/issues/1105 with pros and cons. Can be interesting.
Now npm v7 also supports workspaces.
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.