An open API service indexing awesome lists of open source software.

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!

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