Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.24
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

#n-get

nget demo

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]

Adavanced Mode

All of the above and spider crawling abilites

This only works in repo for now.
$nget -rl domainToCrawl 
  • 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 25 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc