Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages