0.1.0 • Published 4 years ago

get-extract v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

get-extract

Download a file and optionally extract it.

var assert = require('assert')
var download = require('get-extract'))

download('https://codeload.github.com/kmalakoff/node-tests-data/zip/v1.0.0', fullPath, { extract: true, strip: 1 }, function(err) {

})

await download('https://codeload.github.com/kmalakoff/node-tests-data/zip/v1.0.0', fullPath, { extract: true, strip: 1 })
0.1.0

4 years ago