Detalhes do pacote

gulp-download

Metrime20.3kMIT0.0.1

Gulp plugin for downloading files via http/https.

gulpplugin, download, http, https

readme (leia-me)

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.