Skip to content
NxDocs
HomeNx CloudPackagesPluginsRecipes
Community channelLatest newsYoutube channelNx is open source, check the code on GitHub

nx

  • documents
    • create-nx-workspace
    • init
    • generate
    • run
    • daemon
    • graph
    • run-many
    • affected
    • affected:graph
    • affected:apps
    • affected:libs
    • print-affected
    • format:check
    • format:write
    • migrate
    • report
    • list
    • workspace-lint
    • workspace-generator
    • connect-to-nx-cloud
    • reset
    • repair
    • exec
    • watch
    • show
    • view-logs
    executors
    • noop
    • run-commands
    • run-script

workspace

  • documents
    • Overview
    • Nx, NodeJS and Typescript Versions
    executors
    • run-commands
    • counter
    • run-script
    generators
    • preset
    • move
    • remove
    • new
    • library
    • workspace-generator
    • run-commands
    • fix-configuration
    • npm-package
    • ci-workflow

devkit

  • documents
    • Overview
    • Ng CLI Adapter

nx-plugin

  • documents
    • Overview
    executors
    • e2e
    generators
    • plugin
    • e2e-project
    • migration
    • generator
    • executor
    • plugin-lint-checks
    • preset

angular

  • documents
    • Overview
    • Angular and Nx Version Matrix
    executors
    • delegate-build
    • ng-packagr-lite
    • package
    • webpack-browser
    • webpack-dev-server
    • webpack-server
    • module-federation-dev-server
    • module-federation-dev-ssr
    generators
    • add-linting
    • application
    • component
    • component-cypress-spec
    • component-story
    • component-test
    • convert-tslint-to-eslint
    • directive
    • init
    • library
    • library-secondary-entry-point
    • remote
    • move
    • convert-to-with-mf
    • host
    • ng-add
    • ngrx
    • pipe
    • scam-to-standalone
    • scam
    • scam-directive
    • scam-pipe
    • setup-mf
    • setup-ssr
    • setup-tailwind
    • stories
    • storybook-configuration
    • cypress-component-configuration
    • web-worker

cypress

  • documents
    • Overview
    • Component Testing
    • v11 Migration Guide
    executors
    • cypress
    generators
    • init
    • cypress-project
    • cypress-e2e-configuration
    • cypress-component-project
    • migrate-to-cypress-11

detox

  • documents
    • Overview
    executors
    • build
    • test
    generators
    • init
    • application

esbuild

  • documents
    • Overview
    executors
    • esbuild
    generators
    • init
    • esbuild-project

eslint-plugin-nx

  • documents
    • Overview
    • The `enforce-module-boundaries` rule

expo

  • documents
    • Overview
    executors
    • update
    • build
    • build-list
    • download
    • build-ios
    • build-android
    • build-web
    • build-status
    • publish
    • publish-set
    • rollback
    • run
    • start
    • sync-deps
    • ensure-symlink
    • prebuild
    • install
    • export
    generators
    • init
    • application
    • library
    • component

express

  • documents
    • Overview
    generators
    • init
    • application

jest

  • documents
    • Overview
    executors
    • jest
    generators
    • init
    • jest-project

js

  • documents
    • Overview
    executors
    • tsc
    • swc
    • node
    generators
    • library
    • init
    • convert-to-swc

linter

  • documents
    • Overview
    executors
    • eslint
    generators
    • workspace-rules-project
    • workspace-rule

nest

  • documents
    • Overview
    generators
    • application
    • convert-tslint-to-eslint
    • init
    • library
    • class
    • controller
    • decorator
    • filter
    • gateway
    • guard
    • interceptor
    • interface
    • middleware
    • module
    • pipe
    • provider
    • resolver
    • resource
    • service

next

  • documents
    • Overview
    executors
    • build
    • server
    • export
    generators
    • init
    • application
    • page
    • component
    • library
    • custom-server

node

  • documents
    • Overview
    executors
    • webpack
    • node
    generators
    • init
    • application
    • library
    • setup-docker

react

  • documents
    • Overview
    executors
    • module-federation-dev-server
    • module-federation-ssr-dev-server
    generators
    • init
    • application
    • library
    • component
    • redux
    • storybook-configuration
    • component-story
    • stories
    • component-cypress-spec
    • hook
    • host
    • remote
    • cypress-component-configuration
    • component-test
    • setup-tailwind
    • setup-ssr

react-native

  • documents
    • Overview
    executors
    • run-android
    • run-ios
    • bundle
    • build-android
    • build-ios
    • start
    • sync-deps
    • ensure-symlink
    • storybook
    • pod-install
    generators
    • init
    • application
    • library
    • component
    • storybook-configuration
    • component-story
    • stories
    • upgrade-native

rollup

  • executors
    • rollup
    generators
    • init
    • rollup-project

rspack

  • documents
    • Overview of the Nx Rspack plugin
    • Rspack plugins
    • How to configure Rspack in your Nx workspace
    executors
    • rspack
    • dev-server
    generators
    • init
    • configuration
    • application

storybook

  • documents
    • Nx Storybook Plugin Overview
    • Set up Storybook for React Projects
    • Set up Storybook for Angular Projects
    • Storybook 7 setup guide
    • Storybook best practices for making the most out of Nx
    • Configuring Storybook on Nx
    • How to configure Webpack and Vite for Storybook
    • Setting up Storybook Composition with Nx
    • Angular: Set up Compodoc for Storybook on Nx
    • Angular: Configuring styles and preprocessor options
    • Angular: Information about the Storybook targets
    • Angular: The browserTarget
    • Angular: Storybook Migration to webpackFinal
    • Angular: Upgrading to Storybook 6
    • React: Storybook Migration to webpackFinal and the Nx Addon
    • React: Upgrading to Storybook 6
    executors
    • storybook
    • build
    generators
    • init
    • configuration
    • cypress-project
    • migrate-7

vite

  • documents
    • Overview of the Nx Vite Plugin
    • Manually set up your project to use Vite.js
    executors
    • dev-server
    • build
    • test
    • preview-server
    generators
    • init
    • configuration
    • vitest

web

  • documents
    • Overview
    executors
    • webpack
    • rollup
    • dev-server
    • file-server
    generators
    • init
    • application
    • static-config

webpack

  • documents
    • Overview of the Nx Webpack Plugin
    • How to configure webpack on your Nx workspace
    • Webpack plugins
    executors
    • webpack
    • dev-server
    • ssr-dev-server
    generators
    • init
    • webpack-project
  1. packages
  2. nx
  3. documents
Package
nx

nx:documents | Nx

Document References

Here is a list of all document available for this package.

  • create-nx-workspace

  • init

  • generate

  • run

  • daemon

  • graph

  • run-many

  • affected

  • affected:graph

  • affected:apps

  • affected:libs

  • print-affected

  • format:check

  • format:write

  • migrate

  • report

  • list

  • workspace-lint

  • workspace-generator

  • connect-to-nx-cloud

  • reset

  • repair

  • exec

  • watch

  • show

  • view-logs

Footer

Nx

Smart, Fast and Extensible Build System

TwitterGitHubSlackYoutubeNewsletter

Resources

  • Blog
  • Youtube Channel
  • Nx Playbook
  • Brands & Guidelines

Help

  • Documentation
  • Community
  • StackOverflow
  • Report Issues
  • Status Page

Community

  • Twitter
  • GitHub
  • Newsletter
  • Slack
  • Help Us

Solutions

  • Nx
  • NxCloud

© 2023 made with by