10000 GitHub - ashaffer/gulp-download: Gulp plugin for downloading files via http/https.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gulp plugin for downloading files via http/https.

License

Notifications You must be signed in to change notification settings

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
0