Package Exports
- @nx/plugin
- @nx/plugin/generators
- @nx/plugin/generators.js
- @nx/plugin/index.js
- @nx/plugin/src/generators/executor/executor
- @nx/plugin/src/generators/executor/executor.js
- @nx/plugin/src/generators/generator/generator
- @nx/plugin/src/generators/generator/generator.js
- @nx/plugin/src/generators/plugin/plugin
- @nx/plugin/src/generators/plugin/plugin.js
- @nx/plugin/testing
- @nx/plugin/testing.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nx/plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nx: Smart Repos · Fast Builds
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
What is It?
It's an Nx plugin used to build other Nx plugins.
Check out the list of community plugins and the documentation on how to create one using create-nx-plugin here: https://nx.dev/community
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspaceUsing npm init
npm init nx-workspaceUsing yarn create
yarn create nx-workspaceAdding Nx to an Existing Repository
Run:
npx nx@latest init