download-cli

Download and extract files

MIT 8 个版本
安装
npm install download-cli
yarn add download-cli
pnpm add download-cli
bun add download-cli
README

download-cli Build Status

Download and extract files

See download for the programmatic API and issue tracker.

Install

$ npm install --global download-cli

Usage

$ download --help

  Usage
    $ download <url>
    $ download <url> > <file>
    $ download --out <directory> <url>

  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 <number>  Strip leading paths from file names on extraction
    --filename <string>   Name of the saved file
    --proxy <string>      Proxy endpoint
    --header <string>     HTTP header. Can be set multiple times

License

MIT © Kevin Mårtensson

版本列表
1.1.1 2018-04-04
1.1.0 2018-04-04
1.0.5 2017-07-03
1.0.4 2017-07-03
1.0.3 2017-07-01
1.0.2 2017-06-20
1.0.1 2015-06-21
1.0.0 2015-06-21