rename : Rename files using some transformers.. You can installing rename 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 rename $ sudo npm install -g rename
If want to update the rename package execute the command as below,
$ sudo npm update rename
Update package globally,
$ npm install -g rename
$ sudo git clone https://github.com/rektide/rename.git
$ sudo npm install -g ./rename
rename@1.0.4 /usr/lib/node_modules/rename
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rename
| Package Name | rename |
| Version | 1.0.4 |
| Description | Rename files using some transformers. |
| Released Date | 2016-12-27T11:15:55.356Z |
| Published by | popomore |
| How to Learn | https://www.npmjs.com/package/rename/tutorial |