Download and extract files
npm install download-cli> Download and extract files
See download for the programmatic API and issue tracker.
```
$ npm install --global download-cli
`
$ download --help
Usage
$ download
$ download
$ download --out
Example
$ download http://foo.com/file.zip
$ download http://foo.com/cat.png > dog.png
$ download --extract --strip 1 --out dest http://foo.com/file.zip
$ download --header 'authorization: Basic foo:bar' http://foo.com/file.zip
Options
-e, --extract Try decompressing the file
-o, --out Where to place the downloaded files
-s, --strip
--filename
--proxy
--header
``
MIT © Kevin Mårtensson