Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 355 Bytes

File metadata and controls

9 lines (7 loc) · 355 Bytes
name nx-plugins
description Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

Finding and Installing new plugins

  • List plugins: pnpm nx list
  • Install plugins pnpm nx add <plugin>. Example: pnpm nx add @nx/react.