Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soundofdarkness/aget

Cross Platform wget
https://github.com/soundofdarkness/aget

Last synced: 1 day ago
JSON representation

Cross Platform wget

Awesome Lists containing this project

README

        

# πŸ”₯ AGET - Cross Platform wget
[![npm](https://img.shields.io/npm/v/aget.svg?style=flat-square)](https://www.npmjs.com/package/aget)
[![npm](https://img.shields.io/npm/dt/aget.svg?style=flat-square)](https://www.npmjs.com/package/aget)
[![GitHub tag](https://img.shields.io/github/tag/soundofdarkness/aget.svg?style=flat-square)](https://github.com/Soundofdarkness/aget)
[![npm](https://img.shields.io/npm/l/aget.svg?style=flat-square)](https://www.npmjs.com/package/aget)

#### Blazing Fast** Command line Downloader

** its your internet not mine :)
## Install

```bash
$ npm install -g aget
```

## Usage

```bash
$ aget

Usage: aget [url]

Options:

-V, --version output the version number
-f, --file file to download to
-h, --help output usage information
```

## Example

![Example](images/example.gif)

## License

MIT

## Contributors

- Laura SchΓ€fer [Soundofdarkness](https://github.com/Soundofdarkness)

## Packages used:
- [cli-progress](https://github.com/AndiDittrich/Node.CLI-Progress) by AndiDittrich (MIT)
- [colors](https://github.com/Marak/colors.js) by Marak (MIT)
- [commander](https://github.com/tj/commander.js/) by tj (MIT)
- [prettysize](https://github.com/davglass/prettysize) by davglass ([LICENSE](https://github.com/davglass/prettysize/blob/master/LICENSE))
- [request](https://github.com/request/request) by (guess what) request (Apache-2.0)
- [request-progress](https://github.com/IndigoUnited/node-request-progress) by IndigoUnited (MIT)