Skip to content

Tiny cross-platform folder copy utility with watch mode.

License

Notifications You must be signed in to change notification settings

react5com/cxcopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxcopy

Tiny cross-platform folder copy command-line utility (CLI) with watch mode.

Install

npm install cxcopy --save-dev

Usage

cxcopy <source> <destination> [--watch|-w] [--verbose|-v]

Example

npx cxcopy src/assets dist --watch --verbose

or

"scripts": {
  "build:assets": "cxcopy src/assets dist",
  "dev:assets": "cxcopy src/assets dist -w -v",
}

About

Tiny cross-platform folder copy utility with watch mode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published