junk : Filter out system junk files like .DS_Store and Thumbs.db. You can installing junk 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 junk $ sudo npm install -g junk
If want to update the junk package execute the command as below,
$ sudo npm update junk
Update package globally,
$ npm install -g junk
$ sudo git clone https://github.com/rektide/junk.git
$ sudo npm install -g ./junk
junk@2.1.0 /usr/lib/node_modules/junk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall junk
Package Name | junk |
Version | 2.1.0 |
Description | Filter out system junk files like .DS_Store and Thumbs.db |
Released Date | 2017-02-27T03:05:23.163Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/junk/tutorial |