copy-no-overwrite
v1.0.1
Published
Copies a file or directory without overwriting any existing files. (apparently no other libraries do this correctly)
Downloads
4
Readme
Surprisingly there doesn't seem to be an npm package that supports copying a file/folder without overwriting if the same filename already exists.
This is a simple modification of fs-extra
's copySync