chmodr : like `chmod -R`. You can installing chmodr 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 chmodr $ sudo npm install -g chmodr
If want to update the chmodr package execute the command as below,
$ sudo npm update chmodr
Update package globally,
$ npm install -g chmodr
$ sudo git clone https://github.com/rektide/chmodr.git
$ sudo npm install -g ./chmodr
chmodr@1.0.2 /usr/lib/node_modules/chmodr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chmodr
Package Name | chmodr |
Version | 1.0.2 |
Description | like `chmod -R` |
Released Date | 2015-10-14T17:40:44.649Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/chmodr/tutorial |