0.0.1 • Published 4 years ago

save-cli v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Save

Node.js CI npm version npm downloads

A CLI Downloader that utilizes concurrent requests for faster downloads.

Install

  • Download from npm

    npm install save-cli -g

  • Run the command in terminal

    save

Commands

Commanddescriptionextra
save download urlDownloads the URLDefault
save resume filenameResume a download that was stopped gracefully (using Ctrl+C)
save listList incomplete downloads in folder

Options

OptiondescriptionType
--helpShow helpboolean
--versionShow version numberboolean
--file, -fFilename of downloadstring
--parts, -pnumber of parts downloaded simultaneouslynumber
--verbose -vDetermine verbose level default:1number

dev-installations

  • Fork and clone this repository

  • Install dev dependencies

    npm install --dev

  • Run

    ./bin/run or ./bin/run.cmd

    To access the CLI entry point

Contributions

  • Welcoming pull requests for issues!