https://github.com/maythiwat/hydr
🐲 download files faster using multiple http requests, just like hydra!
https://github.com/maythiwat/hydr
cli download downloader parallel
Last synced: 11 months ago
JSON representation
🐲 download files faster using multiple http requests, just like hydra!
- Host: GitHub
- URL: https://github.com/maythiwat/hydr
- Owner: maythiwat
- License: mit
- Created: 2021-08-02T09:43:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T12:12:34.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T06:51:32.241Z (11 months ago)
- Topics: cli, download, downloader, parallel
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/hydr
- Size: 40 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# hydr
🐲 download files faster using multiple http requests, just like hydra!
## installation
### cli
install globally from npm registery
```bash
npm install -g hydr
```
or clone this repository & build manually
```bash
git clone https://github.com/maythiwat/hydr.git
cd hydr
npm run build .
npm install -g .
```
### module
to use this module in your project
```bash
npm install hydr
# or: yarn add hydr
```
## usage
### cli
- **help (--help)** - show help
```bash
hydr --help
```
- **version (--version)** - show version number
```bash
hydr --version
```
- **chunks (-c, --chunks)** - number of split chunks
```bash
hydr -c
```
- **delay (-d, --delay)** - add delay per chunks (in ms) [default = 100]
```bash
hydr -d