A CLI Downloader that utilizes concurrent requests for faster downloads.
-
Download from npm
npm install save-cli -g
-
Run the command in terminal
save
Command | description | extra |
---|---|---|
save download [url] | Downloads the URL | Default |
save resume [filename] | Resume a download that was stopped gracefully (using Ctrl+C) | |
save list | List incomplete downloads in folder |
Option | description | Type |
---|---|---|
--help | Show help | [boolean] |
--version | Show version number | [boolean] |
--file, -f | Filename of download | [string] |
--parts, -p | number of parts downloaded simultaneously | [number] |
--verbose -v | Determine verbose level [default:1] | [number] |
-
Fork and clone this repository
-
Install dev dependencies
npm install --dev
-
Run
./bin/run
or./bin/run.cmd
To access the CLI entry point
- Welcoming pull requests for issues!