An open API service indexing awesome lists of open source software.

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.

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
```