Function: moveFilesToNewDirectory
▸ moveFilesToNewDirectory(tree
, oldDir
, newDir
): void
Analogous to cp -r oldDir newDir
Parameters
Name | Type |
---|---|
tree | Tree |
oldDir | string |
newDir | string |
Returns
void
Nx Webinar: Monorepos - The Benefits, Challenges and Importance of Tooling SupportNx Webinar: Monorepos - The Benefits, Challenges and Importance of Tooling SupportRegister
▸ moveFilesToNewDirectory(tree
, oldDir
, newDir
): void
Analogous to cp -r oldDir newDir
Name | Type |
---|---|
tree | Tree |
oldDir | string |
newDir | string |
void