2.0.0 • Published 7 years ago
cp-cli v2.0.0
cp-cli
The UNIX command cp for Node.js
which is useful for cross platform support.
Just install it with
$ npm install -g cp-cliAfter that you can use cp-cli from your command prompt
$ cp-cli
Usage: cp-cli [-d] source target
Options:
-d, --dereference Dereference symlinks [boolean]You can copy files directly
$ cp-cli foo.txt bar.txtor copy a file into an existing directory
$ cp-cli foo.text dest/