🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

n-get

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n-get

pipe request to disk

0.0.26
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

#n-get

nget demo

This cast is a little dated. nget not at loud as before.

Goal to create a node flavored Wget. Repo version features improved support for:

  • Files with query strings
  • Mutiple async pipe requests

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]
  • 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

Bitdeli Badge

FAQs

Package last updated on 05 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts