cp-cli

2.0.0 • Public • Published

cp-cli

Build Status code style: prettier

The UNIX command cp for Node.js which is useful for cross platform support.

Just install it with

$ npm install -g cp-cli

After 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.txt

or copy a file into an existing directory

$ cp-cli foo.text dest/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    7,745
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    7,745
  • 1.1.2
    853
  • 1.1.1
    0
  • 1.1.0
    142
  • 1.0.2
    28
  • 1.0.1
    0

Package Sidebar

Install

npm i cp-cli

Weekly Downloads

8,768

Version

2.0.0

License

MIT

Unpacked Size

4.39 kB

Total Files

5

Last publish

Collaborators

  • screendriver