cpy : Copy files. You can installing cpy npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install cpy $ sudo npm install -g cpy
If want to update the cpy package execute the command as below,
$ sudo npm update cpy
Update package globally,
$ npm install -g cpy
$ sudo git clone https://github.com/rektide/cpy.git
$ sudo npm install -g ./cpy
cpy@6.0.0 /usr/lib/node_modules/cpy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cpy
Package Name | cpy |
Version | 6.0.0 |
Description | Copy files |
Released Date | 2017-09-23T09:12:16.473Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/cpy/tutorial |