Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nrwl/nx-plugin

Package Overview
Dependencies
Maintainers
0
Versions
1513
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/nx-plugin

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

  • 19.8.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
318K
decreased by-4.72%
Maintainers
0
Weekly downloads
 
Created

What is @nrwl/nx-plugin?

@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.

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

Other packages similar to @nrwl/nx-plugin

Keywords

FAQs

Package last updated on 04 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc