Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfahrenkrug/WWDC-Downloader
Script to download the sample code for all WWDC 2018 sessions.
https://github.com/jfahrenkrug/WWDC-Downloader
Last synced: 15 days ago
JSON representation
Script to download the sample code for all WWDC 2018 sessions.
- Host: GitHub
- URL: https://github.com/jfahrenkrug/WWDC-Downloader
- Owner: jfahrenkrug
- License: mit
- Created: 2011-06-09T00:10:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T17:23:51.000Z (over 6 years ago)
- Last Synced: 2024-10-15T11:27:37.068Z (29 days ago)
- Language: Ruby
- Homepage: http://springenwerk.com
- Size: 35.2 KB
- Stars: 888
- Watchers: 41
- Forks: 79
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WWDC 2018 Sample Code Downloader
This script will download all the WWDC 2018 sample code.
You can simply install WWDC-Downloader as a ruby gem like this:gem install wwdcdownloader
or
sudo gem install wwdcdownloader
Run the script like this:
wwdcdownloader []
The script will create a directory called "wwdc2018-assets" (or `target-dir` if given) in the directory you run the script from.
That's it. Enjoy and see you next year.