Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exelban/aosdownloader
Apple OpenSource download tool
https://github.com/exelban/aosdownloader
apple downloader open-source
Last synced: 22 days ago
JSON representation
Apple OpenSource download tool
- Host: GitHub
- URL: https://github.com/exelban/aosdownloader
- Owner: exelban
- License: mit
- Created: 2020-04-17T22:25:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T22:30:39.000Z (over 4 years ago)
- Last Synced: 2024-10-04T21:55:19.371Z (about 1 month ago)
- Topics: apple, downloader, open-source
- Language: Go
- Size: 12.7 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AOSDownloader
[Apple OpenSource](https://opensource.apple.com) download tool
## Install
```bash
go get -u github.com/exelban/AOSDownloader
```## Usage
```bash
AOSDownloader https://opensource.apple.com/source/top/top-125
AOSDownloader https://opensource.apple.com/source/top/top-125 ./topAOSDownloader https://opensource.apple.com/source/top/top-125 --out ./top
```### Parameters
**Long** | **Short** | **Type** | **Description**
--- | --- | --- | ---
--url | -u | string | url to project which you want to download
--out | -o | string | destination path for project
--debug | -d | bool | debug mode#### Positional parameters
```bash
AOSDownloader [url] [out]
```## License
[MIT License](https://github.com/exelban/AOSDownloader/blob/master/LICENSE)