Skip to content

ashaffer/gulp-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

Gulp plugin for downloading files via http/https.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published