ahoopen / typescript-mono-repo

Template for setting up a TypeScript, Lerna, Yarn workspaces mono repo
48 stars 12 forks source link

Explore alternatives to lerna? #4

Open trivikr opened 3 years ago

trivikr commented 3 years ago

Is your feature request related to a problem? Please describe.

Lerna is largely unmaintained, and the lead maintainer is considering resigning from the post because of burnout. Babel replaced lerna with custom yarn plugin in https://github.com/babel/babel/pull/12138

Describe the solution you'd like

Explore alternatives to lerna:

Describe alternatives you've considered

Stick with lerna, as it's still widely used in the JS community. The v4.0.0 was released in Feb 2021.

Additional context

This can be combined with request to use yarn (v2) in https://github.com/ahoopen/typescript-mono-repo/issues/3, in a new repo.

ahoopen commented 1 year ago

Hi @trivikr

You can still use Lerna if you want to. But i would rather move over to turbo repo for some extra benefits. Have been using it for a while now and it works great :)