Nix -> Nx (#64)

This fixes #61
This commit is contained in:
Sahn Lam
2023-11-28 22:51:38 -08:00
committed by GitHub
parent ab9e6ae310
commit 2d5e68b169
2 changed files with 1 additions and 1 deletions

View File

@@ -1589,7 +1589,7 @@ In Microrepo, dependencies are controlled within each repository. Businesses cho
Monorepo has a standard for check-ins. Google's code review process is famously known for setting a high bar, ensuring a coherent quality standard for Monorepo, regardless of the business.
Microrepo can either set its own standard or adopt a shared standard by incorporating the best practices. It can scale faster for business, but the code quality might be a bit different.
Google engineers built Bazel, and Meta built Buck. There are other open-source tools available, including Nix, Lerna, and others.
Google engineers built Bazel, and Meta built Buck. There are other open-source tools available, including Nx, Lerna, and others.
Over the years, Microrepo has had more supported tools, including Maven and Gradle for Java, NPM for NodeJS, and CMake for C/C++, among others.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

After

Width:  |  Height:  |  Size: 286 KiB