Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/xcodefeed
What's happening w/ Xcode.
https://github.com/pdehaan/xcodefeed
xcode
Last synced: 23 days ago
JSON representation
What's happening w/ Xcode.
- Host: GitHub
- URL: https://github.com/pdehaan/xcodefeed
- Owner: pdehaan
- Created: 2020-09-17T19:25:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T19:52:07.000Z (over 4 years ago)
- Last Synced: 2024-10-31T13:12:09.292Z (2 months ago)
- Topics: xcode
- Language: JavaScript
- Homepage: https://xcodereleases.com/data.json
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xcodefeed
> What's happening w/ Xcode
A lazy wrapper around the https://xcodereleases.com/data.json API.
## USAGE
```sh
# Fetch latest 10 releases:
npx pdehaan/xcodefeed# Fetch latest 2 releases:
COUNT=2 npx pdehaan/xcodefeed# Fetch latest 5 "beta" channel releases:
CHANNELS=beta COUNT=5 npx pdehaan/xcodefeed# Fetch latest 2 "gm" or "gmSeed" channel releases:
CHANNELS=gm,gmSeed COUNT=2 npx pdehaan/xcodefeed
```