Nx plugins are npm packages that contain generators and executors to extend a Nx workspace.
This package contains tooling to help plugin authors create and maintain plugins.
For more information, see the plugins section of docs.
Nx plugins are npm packages that contain generators and executors to extend a Nx workspace.
This package contains tooling to help plugin authors create and maintain plugins.
For more information, see the plugins section of docs.
Here is a list of all the executors, generators and migrations available from this package.
Create a Nx Plugin.
Create a package which can be used by npx to create a new workspace
Create a E2E application for a Nx Plugin.
Create a migration for an Nx Plugin.
Create a generator for an Nx Plugin.
Create an executor for an Nx Plugin.
Adds linting configuration to validate common json files for nx plugins.
presetInternal
Initializes a workspace with an nx-plugin inside of it. Use as: create-nx-workspace --preset @nx/plugin
.
Learn how to build modern React applications using platform-native tools like NPM workspaces and TypeScript project references, and see how Nx improves the developer experience all while letting you ship your React apps faster.