1. download-cli
Download and extract files
download-cli
Package: download-cli
Created by: kevva
Last modified: Wed, 15 Jun 2022 22:57:34 GMT
Version: 1.1.1
License: MIT
Downloads: 10,091
Repository: https://github.com/kevva/download-cli

Install

npm install download-cli
yarn add download-cli

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code