gulp-download-files

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i gulp-download-files

Weekly Downloads

398

Version

0.0.3

License

MIT

Unpacked Size

7.79 kB

Total Files

7

Last publish

Collaborators

  • sprawld