all-copy. Copy all files and folders to a new folder
npm install all-copy -g
all-copy .\srcPath\ .\tarPath
// ignore a file
all-copy .\srcPath\ .\tarPath\ ignoreFileName
See the package source for more details
all-copy. Copy all files and folders to a new folder
npm install all-copy -g
all-copy .\srcPath\ .\tarPath
// ignore a file
all-copy .\srcPath\ .\tarPath\ ignoreFileName
See the package source for more details