downloadr-cli
v0.1.0
Published
CLI single / multiple data downloader.
Downloads
421
Maintainers
Readme
downloadr-cli
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č