gulp-rename : Rename files. You can installing gulp-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 gulp-rename $ sudo npm install -g gulp-rename
If want to update the gulp-rename package execute the command as below,
$ sudo npm update gulp-rename
Update package globally,
$ npm install -g gulp-rename
$ sudo git clone https://github.com/rektide/gulp-rename.git
$ sudo npm install -g ./gulp-rename
gulp-rename@1.2.2 /usr/lib/node_modules/gulp-rename
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-rename
| Package Name | gulp-rename |
| Version | 1.2.2 |
| Description | Rename files |
| Released Date | 2015-04-02T00:09:38.440Z |
| Published by | fractal |
| How to Learn | https://www.npmjs.com/package/gulp-rename/tutorial |