#n-get
Goal to create a node flavored Wget.
Feature Request List:
- Recursive crawling of domain
- ssh support
- oauth
$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
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]
- If no protocal is used in the file path http will be used by default
- If no writePath is provided current location will be used by default
Pull requests welcome. Use at your own risk.
Licence: MIT