0.0.3 • Published 5 years ago

gulp-download-files v0.0.3

Weekly downloads
273
License
MIT
Repository
-
Last release
5 years ago

#gulp-download-files

Fork of gulp-download, a Request wrapper for gulp, allowing you to download files via http/https.

##Installation

npm install gulp-download-files

##Usage

var download = require("gulp-download-files");

download(url)
	.pipe(gulp.dest("downloads/"));
	

Url: Either a url string, an array of url strings, or an object with of {filename: url} pairs