776 B
776 B
Workspace Plugin
The workspace plugin contains builders and schematics that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.
Schematics
- library - Create a plain typescript library
- move - Move a project to another directory and update all references
- remove - Remove a project from the workspace
- workspace-schematic - Scaffold a custom schematic for use within your workspace
Builders
- run-commands - Execute an arbitrary command line script