https://github.com/cheshire137/svtools
Work in progress Go library and command line interface for modifying Stardew Valley save files.
https://github.com/cheshire137/svtools
golang stardew-valley
Last synced: 20 days ago
JSON representation
Work in progress Go library and command line interface for modifying Stardew Valley save files.
- Host: GitHub
- URL: https://github.com/cheshire137/svtools
- Owner: cheshire137
- License: mit
- Created: 2019-11-03T22:28:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T01:10:15.000Z (over 5 years ago)
- Last Synced: 2025-04-08T02:35:18.605Z (27 days ago)
- Topics: golang, stardew-valley
- Language: Go
- Homepage:
- Size: 271 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stardew Valley Tools
This is a _work in progress_ to provide a Go library and command line interface for
modifying Stardew Valley save files.## How to build
This was built using Go 1.13.
```sh
make
bin/svtools path_to_your_stardew_valley_save_file# Example:
# make && bin/svtools samples/Sarah_116989742
```## How to test
```sh
make test
```