Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundofdarkness/aget
Cross Platform wget
https://github.com/soundofdarkness/aget
Last synced: 1 day ago
JSON representation
Cross Platform wget
- Host: GitHub
- URL: https://github.com/soundofdarkness/aget
- Owner: Soundofdarkness
- Created: 2018-05-22T18:02:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:41:28.000Z (about 2 years ago)
- Last Synced: 2024-12-06T02:47:33.407Z (18 days ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
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
$ agetUsage: 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)