bingeboy / n-get

CLI Wget Tool In Nodejs
2 stars 1 forks source link

n-get

nget demo

Goal to create a node flavored Wget.

Feature Request List:

NPM version build status dev dependancy

How To Install

$npm install n-get -g 

Or from the repo if you are a dev or want to test latest features:

$git clone https://github.com/bingeboy/n-get
$cd ./n-get 
$npm . install -g

How To Use Basic Mode

Download a single file

$nget [protocal]filePath

Or download to a specific location:

$nget [protocal]filePath -d [WritePath]

Even more that one request at a time:

$nget [protocal]filePath [protocal]filePath2 [protocal]filePath3 ... -d [WritePath]

Pull requests welcome. Use at your own risk.

Licence: MIT

Bitdeli Badge