0.0.1 • Published 6 years ago
save-cli v0.0.1
Save
A CLI Downloader that utilizes concurrent requests for faster downloads.
Install
Download from npm
npm install save-cli -gRun the command in terminal
save
Commands
| 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 |
Options
| 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 |
dev-installations
Fork and clone this repository
Install dev dependencies
npm install --devRun
./bin/runor./bin/run.cmdTo access the CLI entry point
Contributions
- Welcoming pull requests for issues!