This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.
npm install @nx/plugin

![License]()

![Semantic Release]()



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.
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
Using npx
``bash`
npx create-nx-workspace
Using npm init
`bash`
npm init nx-workspace
Using yarn create
`bash`
yarn create nx-workspace
Run:
`bash``
npx nx@latest init
- Nx.Dev: Documentation, Guides, Tutorials
- Intro to Nx
- Official Nx YouTube Channel
- Blog Posts About Nx