Reference
Understand how to use Nx functionalities, what arguments and options are available for each component.
Commands
A comprehensive reference of all available Nx CLI commands for modifying code, running tasks, displaying information, and integrating with Nx Cloud.
Nx Configuration
A comprehensive reference for the nx.json configuration file, which controls Nx CLI behavior, project defaults, and workspace settings.
Project Configuration
Learn how Nx constructs project configuration from inferred tasks, workspace defaults, and project-level files, with detailed explanations of task definitions and configuration options.
Inputs and Named Inputs
Learn how Nx uses inputs to compute cache hashes for tasks, including file sets, runtime inputs, and environment variables that affect task outputs.
.nxignore
Learn how to use the .nxignore file to specify files in your workspace that should be completely ignored by Nx during affected calculations.
Environment Variables
A comprehensive reference of all environment variables that can be used to configure and control Nx behavior in different environments.
Glossary
A comprehensive reference of Nx-specific terminology to help you understand the concepts and features of the Nx ecosystem.
Releases
Information about Nx package releases, including version support timelines, LTS policy, and deprecation guidelines for the nx and @nx/* packages.
API
API references for Nx Workspace