UNPKG

@nxworker/workspace

Version:

Nx plugin providing generators for managing workspace files, including the move-file generator for safely moving files between projects while updating all imports

15 lines (14 loc) 513 B
{ "generators": { "init": { "factory": "./src/generators/init/generator", "schema": "./src/generators/init/schema.json", "description": "Initialize the @nxworker/workspace plugin by installing required peer dependencies" }, "move-file": { "factory": "./src/generators/move-file/generator", "schema": "./src/generators/move-file/schema.json", "description": "Move a file from one Nx project to another and update import paths throughout the workspace" } } }