Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cp-cli

screendriver35.9kMIT2.0.0

A 'cp' CLI util for Node.js

cp, cp -R -L, copy

readme

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/

changelog

2.0.0 (February 16, 2019)