@deboxsoft/cpx

Copy file globs with watch mode for automatic updates on changes

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Copy file globs, watching for changes.

Commands

cpx

Examples

Copy all JavaScript files from src to dist directory$ cpx 'src/**/*.js' dist
Copy files and watch for changes, automatically updating destination$ cpx 'src/**/*' dist --watch
Copy multiple glob patterns to destination with watch enabled$ cpx 'src/**/*.{js,json}' 'build/' --watch