Workspace Plugin

The workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

Generators

  • library - Create a plain typescript library
  • move - Move a project to another directory and update all references
  • remove - Remove a project from the workspace
  • run-commands - Add a target to a project that uses the run-commands executor
  • workspace-generator - Scaffold a custom generator for use within your workspace

Executors / Builders