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

11 lines (10 loc) 251 B
export interface MoveFileGeneratorSchema { file: string; project: string; projectDirectory?: string; deriveProjectDirectory?: boolean; skipExport?: boolean; skipFormat?: boolean; allowUnicode?: boolean; removeEmptyProject?: boolean; }