rev-hash : Create a hash for file revving. You can installing rev-hash 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 rev-hash $ sudo npm install -g rev-hash
If want to update the rev-hash package execute the command as below,
$ sudo npm update rev-hash
Update package globally,
$ npm install -g rev-hash
$ sudo git clone https://github.com/rektide/rev-hash.git
$ sudo npm install -g ./rev-hash
rev-hash@2.0.0 /usr/lib/node_modules/rev-hash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rev-hash
| Package Name | rev-hash |
| Version | 2.0.0 |
| Description | Create a hash for file revving |
| Released Date | 2017-06-23T12:49:42.626Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/rev-hash/tutorial |