This looks great!<p>I've had varying degrees of success over the years with various monorepo approaches, and have so far been most happy with pnpm workspaces plus TypeScript project references (plus Changesets when it's necessary to manage changelogs for published packages). oneRepo looks like it combines the things I like best about these tools and solves some additional headaches, so I'm looking forward to trying it out.
I'm surprised this isn't getting any attention. Reading the docs, sounds very promising, thanks for creating this! I see Nx, Turbo and Moon being mentioned in passing in "Alternatives & pitfalls" [0], but a more in-depth comparison would be interesting. At least something that could be a column in the table at the bottom of monorepo.tools [1].<p>[0] <a href="https://onerepo.tools/concepts/why-onerepo/#alternatives--pitfalls" rel="nofollow">https://onerepo.tools/concepts/why-onerepo/#alternatives--pi...</a><p>[1] <a href="https://monorepo.tools/#tools-review" rel="nofollow">https://monorepo.tools/#tools-review</a>