0.1.0 • Published 8 years ago

downloadr-cli v0.1.0

Weekly downloads
54
License
MIT
Repository
github
Last release
8 years ago

downloadr-cli Build Status

CLI single / multiple data downloader.

Install

$ npm install --save downloadr-cli

Usage

$ downloadr --help

  Usage
    $ downloadr <url>

  Options
    --dest Download destionation
    --from Start file number (Required in multple download)
    --to   Stop file number (Required in multple download)
    --type File type (Required in multple download)
    --progress Show download progress

  Examples
    Single download:
      $ downloadr http://url.com/image.jpg --progress

    Multiple download: (eg. files http://url.com/files/filename-0.pdf to http://url.com/files/filename-10.pdf)
      $ downloadr http://url.com/files/filename- --from 0 --to 10 --type jpg --dest mydir

License

MIT © Tomáš Stankovič