How to Install gulp-rev NPM Packages on Ubuntu / Debian

How to Install gulp-rev software package in NPM Packages

gulp-rev : Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css. You can installing gulp-rev 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-rev
$ sudo npm install -g gulp-rev

If want to update the gulp-rev package execute the command as below,

$ sudo npm update gulp-rev

Update package globally,

$ npm install -g gulp-rev

Git clone:

$ sudo  git clone https://github.com/rektide/gulp-rev.git
$ sudo  npm install -g ./gulp-rev

gulp-rev@8.1.0 /usr/lib/node_modules/gulp-rev

How to remove gulp-rev package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall gulp-rev

Basic Information of gulp-rev NPM Package:

Package Name gulp-rev
Version 8.1.0
Description Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
Released Date 2017-11-04T12:10:26.436Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/gulp-rev/tutorial