network-file-downloader
1.0.1 • Public • Published
npm install network-file-downloader --save
let download = require('network-file-downloader')
download({
list: [
'https://static.webascii.cn/a/b/c.js',
'https://static.webascii.cn/a/b/d.css',
],
directory: 'demo',
together: false
})
必填
文件路径(支持http与https混排)
非必填(默认'default')
将文件下载到此文件夹
非必填(默认false)
true:
[path]/[directory]/c.js
[path]/[directory]/d.css
false:
[path]/[directory]/a/b/c.js
[path]/[directory]/a/b/d.css
Readme
Keywords
nonePackage Sidebar
Install
npm i network-file-downloader
Weekly Downloads