Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gulp-download

Metrime18.6kMIT0.0.1

Gulp plugin for downloading files via http/https.

gulpplugin, download, http, https

readme

gulp-download

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.