file-entry-cache : Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process. You can installing file-entry-cache 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 file-entry-cache $ sudo npm install -g file-entry-cache
If want to update the file-entry-cache package execute the command as below,
$ sudo npm update file-entry-cache
Update package globally,
$ npm install -g file-entry-cache
$ sudo git clone https://github.com/rektide/file-entry-cache.git
$ sudo npm install -g ./file-entry-cache
file-entry-cache@2.0.0 /usr/lib/node_modules/file-entry-cache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall file-entry-cache
Package Name | file-entry-cache |
Version | 2.0.0 |
Description | Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process |
Released Date | 2016-08-16T20:48:58.839Z |
Published by | royriojas |
How to Learn | https://www.npmjs.com/package/file-entry-cache/tutorial |