dive : walk through directory trees and apply an action to every file. You can installing dive 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 dive $ sudo npm install -g dive
If want to update the dive package execute the command as below,
$ sudo npm update dive
Update package globally,
$ npm install -g dive
$ sudo git clone https://github.com/rektide/dive.git
$ sudo npm install -g ./dive
dive@0.5.0 /usr/lib/node_modules/dive
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dive
Package Name | dive |
Version | 0.5.0 |
Description | walk through directory trees and apply an action to every file |
Released Date | 2015-12-24T01:21:10.470Z |
Published by | pvorb |
How to Learn | https://www.npmjs.com/package/dive/tutorial |