TiloBox
Back to directory
Nx project preview

Nx

Smart, fast, extensible build system with first-class monorepo support and powerful integrations.

LicenseMIT
GitHub stars24.5k
Last commit1 weeks ago
Tags5 topics
Developer ToolsDistributed CacheEnterprise MonorepoTypescript BuildDependency Graph
Overview

Why consider Nx?

Nx is an enterprise-grade build system and monorepo framework written by Nrwl in TypeScript and Rust. Featuring automated architectural dependency graphs, affected task execution, distributed computation caching, and automated framework codemods (React, Angular, Node, Vue).

Guided learning

Learn Nx by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Nx

Nx analyzes code dependencies to execute only tasks affected by pull request changes, slashing CI times.

Quickstart

bash
1npx create-nx-workspace@latest
2npx nx affected -t test

Nx is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

Nx FAQs

Nx is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Nx is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Nx is listed as an alternative to Lerna. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.