This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.
@nrwl/nx-plugin is a package that allows developers to create custom plugins for the Nx build system. These plugins can be used to extend the functionality of Nx workspaces, automate tasks, and integrate with other tools and libraries.
What are @nrwl/nx-plugin's main functionalities?
Create a new Nx plugin
This command initializes a new Nx plugin project with the necessary configuration and boilerplate code.
npx create-nx-plugin my-plugin
Generate a new generator
This command generates a new generator within your Nx plugin. Generators are used to automate code scaffolding and other repetitive tasks.
Yeoman Generator is a scaffolding tool that allows developers to create custom generators for project setup and code scaffolding. It is similar to @nrwl/nx-plugin in that it helps automate repetitive tasks, but it is not specific to the Nx build system.
Plop is a micro-generator framework that allows developers to create custom generators for code scaffolding. It is similar to @nrwl/nx-plugin in that it helps automate repetitive tasks, but it is more lightweight and not tied to any specific build system.
Hygen is a code generator tool that allows developers to create custom generators for project setup and code scaffolding. It is similar to @nrwl/nx-plugin in that it helps automate repetitive tasks, but it is designed to be simple and easy to use, without any dependencies on a specific build system.
@nrwl/nx-plugin has been renamed to @nx/plugin!
@nrwl/nx-plugin has been renamed to @nx/plugin. Please use that instead.
@nrwl/nx-plugin will no longer be published in the future.
Nx: Smart Monorepos · Fast CI
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.
The npm package @nrwl/nx-plugin receives a total of 321,174 weekly downloads. As such, @nrwl/nx-plugin popularity was classified as popular.
We found that @nrwl/nx-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 0 open source maintainers collaborating on the project.
Package last updated on 04 Oct 2024
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.
Socket researchers found a malicious Maven package impersonating the legitimate ‘XZ for Java’ library, introducing a backdoor for remote code execution.
Node.js v22.12.0 (LTS) debuts with require(esm) enabled by default, alongside security milestones and automated workflows for faster, more stable releases.