rapideditor / rapid-sdk

🛠️ Map editing made easy
ISC License
33 stars 8 forks source link

Replace lerna, yarn with npm builtins #255

Closed bhousel closed 7 months ago

bhousel commented 7 months ago

In the past few years, lerna has become more deprecated, and npm workspace support has improved to the point where I think we can do everything needed without other software.

https://stackoverflow.com/questions/64909635/is-lerna-needed-anymore-with-npm-workspaces https://tyhopp.com/notes/replacing-lerna https://betterprogramming.pub/lerna-is-officially-dead-long-live-monorepos-9853c80a7b0e

bhousel commented 7 months ago

Also, in the spirit of keeping things simple, planning to replace jest with just using the builtin node test runner , and replace prettier with just writing pretty code.