clipboard : Modern copy to clipboard. No Flash. Just 2kb. You can installing clipboard 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 clipboard $ sudo npm install -g clipboard
If want to update the clipboard package execute the command as below,
$ sudo npm update clipboard
Update package globally,
$ npm install -g clipboard
$ sudo git clone https://github.com/rektide/clipboard.git
$ sudo npm install -g ./clipboard
clipboard@1.7.1 /usr/lib/node_modules/clipboard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall clipboard
Package Name | clipboard |
Version | 1.7.1 |
Description | Modern copy to clipboard. No Flash. Just 2kb |
Released Date | 2017-05-29T23:58:04.518Z |
Published by | zenorocha |
How to Learn | https://www.npmjs.com/package/clipboard/tutorial |