https://github.com/erri120/smapi-versions
https://github.com/erri120/smapi-versions
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erri120/smapi-versions
- Owner: erri120
- License: mit
- Created: 2024-04-03T13:16:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T09:49:44.000Z (10 months ago)
- Last Synced: 2025-01-01T16:26:11.381Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMAPI/Stardew Valley Compatibility Matrix
## Data
- [`tags.json`](./data/tags.json): JSON array with all SMAPI releases
- [`smapi-game-versions.json`](./smapi-game-versions.json): JSON object that maps SMAPI versions to minimum and maximum game versions it supports
- [`game-smapi-versions.json`](./game-smapi-versions.json): JSON object that maps game versions to minimum SMAPI versions## Generate data
1) [`get-tags.sh`](./scripts/get-tags.sh): Gets all release tags from the GitHub API.
2) [`get-files.sh`](./scripts/get-files.sh): Downloads all files uses the previous step.
3) [`extract-versions.sh`](./scripts/extract-versions.sh): Extract all versions from the files of the previous step.
4) [`merge-data.sh`](./scripts/merge-data.sh): Merges all versions from the previous step.