cpx icon indicating copy to clipboard operation
cpx copied to clipboard

A cli tool to watch and copy file globs.

Results 36 cpx issues
Sort by recently updated
recently updated
newest added

i have the following directory stucture: ``` --dist --------- **.ebextension** [folder] --------- index.html [file] --------- other files [files] ``` All my other files except **.ebextension** gets copied.

I'm looking for a way to ignore a file or folder during the copy. For instance, if I want to copy all js files in a folder except a particular...

cpx defines a lot of vulnerabile dependencies, such as: - braces@^1.8.2 - semver-regex@^2.0.0 - glob-parent@^2.0.0 Can you please update these deps? @mysticatea

Is the M1 chip incompatible with the MacBook

While the following works: ```js cpx.watch("/tmp/dir1/file1.xml", "/tmp/dir2", {initialCopy:false}, function(err){}); ``` This doesn't: ```js cpx.watch("/tmp/dir1(copy)/file1.xml", "/tmp/dir2", {initialCopy:false}, function(err){}); ``` Tested on Windows10 / Ubuntu. I even tried to escape like this:...

bug

This pr updates libraries, and fixes vulnerabilities reported at https://www.npmjs.com/advisories/786

Right now, `cpx` can be used either synchronously, or asynchronously using callbacks. With the trend in the world of NodeJS to move to native Promises - what about providing a...

Failed to copy: ENOENT: no such file or directory, chmod 'External/shared/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/root.js'. The file exists at source; 0 -rw-r--r-- 1 amp staff 0 Aug 26 17:12 root.js And once the cpx...