Replies: 4 comments 5 replies
-
Thanks for starting this. It's on my to do list, but definitely will require some deep investigative work. I would love to hear others thoughts on this matter. I've never used Turborepo myself, so I can't compare at this time. The development of moon actually started before Turborepo was acquired by Vercel and released, so any similarities are coincidental. But in the grand scheme of things, a "build system" is typically a directed acyclic graph that is processed in topological order. The same could be said for Nx, Bazel, etc. With that said, I have used Nx extensively, and plan on writing an in-depth comparison article in the future. Right now, we're trying to lock down the initial feature set for moon and stabilize it. |
Beta Was this translation helpful? Give feedback.
-
I've put together this comparison doc: https://moonrepo.dev/docs/comparison It's very high-level, but a good place to start. I will get more in-depth in the future once I've had time to investigate things further. |
Beta Was this translation helpful? Give feedback.
-
Finally got around to writing this: https://moonrepo.dev/docs/comparison#turborepo |
Beta Was this translation helpful? Give feedback.
-
Hi @milesj, I have two question about moon vs nx comparison. Can moon now or in the future:
Both this features are covered by nx with |
Beta Was this translation helpful? Give feedback.
-
i just found moon and it looks really promising with a ton of features.
currently i am using multiple monorepos with pnpm and turbo which works really well for me.
i am interested in how moon compares to turbo or lerna for example and what the experiences of other devs using moon are.
looking forward for moon to become the next monorepo manager 💖
Beta Was this translation helpful? Give feedback.
All reactions