https://github.com/patrick91/latest.cat
https://github.com/patrick91/latest.cat
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/latest.cat
- Owner: patrick91
- License: mit
- Created: 2020-12-30T15:40:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T00:15:13.000Z (over 1 year ago)
- Last Synced: 2025-01-21T01:20:52.007Z (over 1 year ago)
- Language: Astro
- Homepage: https://latest.cat
- Size: 34.2 MB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [latest.cat](https://latest.cat)
## Shell usage examples
```bash
curl -Lfs latest.cat/php
# you can filter versions
curl -Lfs latest.cat/python@3.17
pyenv install $(curl -Lfs latest.cat/python@3.11)
```