find-remove : recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.. You can installing find-remove 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 find-remove $ sudo npm install -g find-remove
If want to update the find-remove package execute the command as below,
$ sudo npm update find-remove
Update package globally,
$ npm install -g find-remove
$ sudo git clone https://github.com/rektide/find-remove.git
$ sudo npm install -g ./find-remove
find-remove@1.0.1 /usr/lib/node_modules/find-remove
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall find-remove
Package Name | find-remove |
Version | 1.0.1 |
Description | recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app. |
Released Date | 2017-03-18T02:43:39.149Z |
Published by | michael.heuberger |
How to Learn | https://www.npmjs.com/package/find-remove/tutorial |