download-helper
v1.0.0
Published
simple download source from website
Readme
install
npm install download
usage
const download = require('download')
download(options).then(()=>{
console.log('success')
}).catch((e)=>{
console.log(e)
})
