DEV Community

Discussion on: Full-blown monorepo setup walkthrough

Collapse
 
theodesp profile image
Theofanis Despoudis • Edited

Have you checked rushjs.io/? You will be amazed

Collapse
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

Have you ever migrated a monorepo from lerna to rush?

Pain we've experienced in our lerna monorepo:

  • Needing to bootstrap after installing or adding any packages, but only sometimes
  • Shared tooling configs and scripts can get messy (rollup, karma) because of the directory structure
  • lerna's obtuse API where commands which you would expect to work together usually don't, causing all kinds of havoc