gulp-download-files
v0.0.3
Published
Gulp plugin for downloading files via http/https. Fork of gulp-download
Downloads
2,776
Readme
#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