Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@nrwl/nx-plugin
Advanced tools
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.
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.
nx generate @nrwl/nx-plugin:generator my-generator
Generate a new executor
This command generates a new executor within your Nx plugin. Executors are used to define custom build and deployment tasks.
nx generate @nrwl/nx-plugin:executor my-executor
Run a generator
This command runs a generator that you have defined in your Nx plugin. It can be used to scaffold new code or perform other automated tasks.
nx generate my-plugin:my-generator
Run an executor
This command runs an executor that you have defined in your Nx plugin. It can be used to execute custom build or deployment tasks.
nx run my-plugin:my-executor
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. Please use that instead.
@nrwl/nx-plugin will no longer be published in the future.
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
FAQs
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 264,813 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.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.