
Nx Console | Nx
Project Details View. Learn how to use Nx Console's Project Details View to explore project information, run tasks, and navigate the dependency graph directly from your editor.
Environment Variables - Nx
A comprehensive reference of all environment variables that can be used to configure and control Nx behavior in different environments.
Nx Release | Nx - canary.nx.dev
Configuring Version Prefix for Dependencies. Learn how to set up custom version prefixes in Nx Release to control how dependency versions are specified in your manifest files (suc
Local Generators | Nx
Learn how to create, run, and customize local generators in your Nx workspace to automate common development tasks and standardize workflows.
Nest.js Plugin for Nx | Nx
Learn how to use the @nx/nest plugin to create and manage Nest.js applications and libraries in your Nx workspace, including setup and generators.
Run Tasks | Nx
Learn how to use Nx task runner to efficiently manage and execute tasks across multiple projects in your monorepo, including parallel execution and caching.
Programmatic API | Nx
Learn how to use the Nx Release programmatic API to go beyond the CLI and create custom release workflows.
Automate Updating Dependencies - Nx
Learn how to use Nx migrate to automatically update package dependencies, configuration files, and source code to match new package versions.
Building an MCP Server with Nx | Nx Blog
May 29, 2025 · Learn how to build a Model Context Protocol (MCP) server using Nx to make your applications AI-ready.
Cache Task Results - Nx
Learn how to use Nx computation caching to speed up task execution and reduce CI/CD costs by never rebuilding the same code twice.