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

npm audit |High|Prototype Pollution| |---|---| |Package|set-value| |Dependency of | cpx | |Path | cpx > chokidar > readdirp > micromatch > braces > snapdragon > base > cache-base > set-value ...

npm audit | High          | Prototype Pollution| |---|---| | Package       | mixin-deep| | Dependency of | cpx | | Path          | cpx > chokidar > readdirp > micromatch > braces...

1. fs-extra's copy is used for copying directories 2. -r or --directory are the command line options for copying directories Signed-off-by: pa1tirumani

```sh cpx "src/**/*.{html,png,jpg}" "types/*" dist ```

- [x] The transform option of Node.js API - [ ] Details about --command, --transform

It would be nice if `--clean` were a bit more smart and only deleted output files with no matching input.

Hi, Are you willing to accept TypeScript typings within the repo itself? This will make it more convenient for typescript users (and [suggested by typescript](https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package)) to provide typings with the...

I use cpx like this: `cpx "./bundle.js" ../../resources/public/js --watch` and I expect it to watch only one file: `bundle.js` but it watches many other irrelevant files. I have `node_modules` directory...

I have this: ``` ... var cpx = require("cpx"); async function copy() { return await cpx.copy( source, dest, { clean: true, transform: filepath => console.log(filepath) }, err => { if...

I would really like to see this tool being able to load up config file. What are your thoughts on this? I would happily make a PR.