move_directory
Relocate a directory and automatically update all TypeScript imports and references. Specify source and target paths, and optionally overwrite existing directories. Simplify directory reorganization in TypeScript projects.
Instructions
Move a directory to a new location, updating all TypeScript imports and references automatically
Input Schema
Name | Required | Description | Default |
---|---|---|---|
overwrite | No | Whether to overwrite existing directory at target path | |
root | No | Root directory for resolving relative paths | |
sourcePath | Yes | The relative path of the directory to move | |
targetPath | Yes | The new relative path for the directory |