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/

/cp-cli/

    Package Sidebar

    Install

    npm i cp-cli

    Weekly Downloads

    10,985

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    4.39 kB

    Total Files

    5

    Last publish

    Collaborators

    • screendriver