# gulp-download

> Gulp plugin for downloading files via http/https.

Latest version **0.0.1** (published 2014-02-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-download
pnpm add gulp-download
yarn add gulp-download
bun add gulp-download
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2014-02-01 |
| First published | 2014-01-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Michael Ostermann |
| Maintainers | metrime |
| Keywords | gulpplugin, download, http, https |

## Links

- npm: https://www.npmjs.com/package/gulp-download
- Repository: https://github.com/Metrime/gulp-download
- Issues: https://github.com/Metrime/gulp-download/issues
- npm.io page: https://npm.io/package/gulp-download

## Dependencies (4)

- [request](https://npm.io/package/request.md) latest
- [through](https://npm.io/package/through.md) latest
- [gulp-util](https://npm.io/package/gulp-util.md) latest
- [request-progress](https://npm.io/package/request-progress.md) latest

## Recent versions

- 0.0.1 (latest) — 2014-02-01
- 0.0.0 — 2014-01-24

## README

#gulp-download

[Request](https://github.com/mikeal/request) wrapper for gulp, allowing you to download files via http/https.

##Installation

	npm install gulp-download
	
##Usage

	var download = require("gulp-download");
	
	download(url)
		.pipe(gulp.dest("downloads/"));
		
Url: Either a url string or an array of url strings.

---
_Source: https://npm.io/package/gulp-download · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
