Skip to content

How Nx plugins work

Nx plugins package knowledge about a tool or framework so every project doesn't need to recreate the same integration. A plugin can contribute project graph data, inferred tasks, generators, migrations, and executors.

For example, plugins can:

Nx maintains plugins for frameworks and tools across frontend, backend, testing, and build ecosystems. Community plugins extend that ecosystem with additional technologies.