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

5 lines (4 loc) 94 B
export interface InitGeneratorSchema { skipFormat?: boolean; skipPackageJson?: boolean; }