tap-finished : detect when tap output is finished. You can installing tap-finished 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 tap-finished $ sudo npm install -g tap-finished
If want to update the tap-finished package execute the command as below,
$ sudo npm update tap-finished
Update package globally,
$ npm install -g tap-finished
$ sudo git clone https://github.com/rektide/tap-finished.git
$ sudo npm install -g ./tap-finished
tap-finished@0.0.1 /usr/lib/node_modules/tap-finished
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tap-finished
| Package Name | tap-finished |
| Version | 0.0.1 |
| Description | detect when tap output is finished |
| Released Date | 2013-11-26T06:34:45.895Z |
| Published by | substack |
| How to Learn | https://www.npmjs.com/package/tap-finished/tutorial |