1.2.0 • Published 9 months ago

junction-move v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 months ago

junction-move

Move a folder to new location and make a Juction link to new location. Only works with windows yet.

Usage

Usage: npx junction-move from_folder to_folder
Example: npx junction-move C:\Go D:\Go

Implementation

With Two commands

robocopy %from_path% %to_path% /MOVE /e
mklink /J %from_path% %to_path%

License

ISC

1.2.0

9 months ago

1.3.123

2 years ago

1.3.239

2 years ago

1.2.12

3 years ago

1.3.0

3 years ago

1.2.8

3 years ago

1.2.5

3 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago