nx

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

Package reference

Here is a list of all the executors and generators available from this package.

Guides

Executors

  • noop

    An executor that does nothing

  • run-commands

    Run any custom commands with Nx.

  • run-script

    Run an NPM script using Nx.

  • atomizer

    An executor that is used as the root task for atomized tasks. Ensures it's being run in distribution and otherwise does nothing.

Generators