/all-copy

copy file

Primary LanguageJavaScriptMIT LicenseMIT

license

all-copy. Copy all files and folders to a new folder

Install

npm install all-copy -g

Usage

all-copy .\srcPath\ .\tarPath
// ignore a file
all-copy  .\srcPath\ .\tarPath\ ignoreFileName

See the package source for more details