rmdir : Remove all files in the given path recursively. You can installing rmdir 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 rmdir $ sudo npm install -g rmdir
If want to update the rmdir package execute the command as below,
$ sudo npm update rmdir
Update package globally,
$ npm install -g rmdir
$ sudo git clone https://github.com/rektide/rmdir.git
$ sudo npm install -g ./rmdir
rmdir@1.2.0 /usr/lib/node_modules/rmdir
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rmdir
| Package Name | rmdir |
| Version | 1.2.0 |
| Description | Remove all files in the given path recursively |
| Released Date | 2016-01-19T06:20:11.298Z |
| Published by | dreamerslab |
| How to Learn | https://www.npmjs.com/package/rmdir/tutorial |