nugget : minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory. You can installing nugget 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 nugget $ sudo npm install -g nugget
If want to update the nugget package execute the command as below,
$ sudo npm update nugget
Update package globally,
$ npm install -g nugget
$ sudo git clone https://github.com/rektide/nugget.git
$ sudo npm install -g ./nugget
nugget@2.0.1 /usr/lib/node_modules/nugget
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nugget
Package Name | nugget |
Version | 2.0.1 |
Description | minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory |
Released Date | 2016-09-12T09:24:21.100Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/nugget/tutorial |