gulp-download

Gulp plugin for downloading files via http/https.

2 个版本
安装
npm install gulp-download
yarn add gulp-download
pnpm add gulp-download
bun add gulp-download
README

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

版本列表
0.0.1 2014-02-01
0.0.0 2014-01-24