elements icon indicating copy to clipboard operation
elements copied to clipboard

Replace Lerna with Nx

Open silentHoo opened this issue 3 years ago • 1 comments

Refactor Request

Things grew up over time are now more complex compared to when we started some years ago. Time to think about what needs to have a change. One thing we heavily rely on is our monorepo. We organize the packages for the core components, the Angular and React wrappers as well as the landing page and storybook as own packages.

Lerna is a good tool and focused on linking multiple packages. It helps use publihsing to npm. But that's it. Nx on the other hand is all about development workflow.

Therefor we replace Lerna with Nx. See also https://blog.nrwl.io/why-you-should-switch-from-lerna-to-nx-463bcaf6821.

  • https://nx.dev/

silentHoo avatar Feb 23 '22 14:02 silentHoo

currently being worked on as a thesis

janivo avatar Aug 03 '22 12:08 janivo

done within #1174

janivo avatar Mar 13 '24 16:03 janivo