Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stardew-git

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stardew-git

A tool that versions changes in Stardew Valley savegames with git.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by250%
Maintainers
1
Weekly downloads
 
Created
Source

stardew-git NPM version Pipeline status

A tool that versions changes in Stardew Valley savegames with git.

About

This tool allows you to put your Stardew Valley savegames under version control to back it up and also allow you to go back in time by checking out earlier commits.

It will create commits with this name pattern: Day #123.

How

Stardew Valley savegames are simple (but huge!) XML files, that are saved as one-liners (though there are some quest texts that include linefeeds). This tool simply pretty-prints your savegame and the SaveGameInfo file and commits them to a git repository (which it creates for you).

Requirements

Git needs to be installed on your system.

... and Stardew Valley of course.

Usage

Syntax

stardew-git [-p|--push] <savegamePath>

The --push flag is optional and allows the tool to automatically push.

Windows

The game was only released for Windows PCs so far, but the syntax would still be the same; the command, optionss and the path to the savegame's directory.

stardew-git [-p|--push] %APPDATA%\StardewValley\Saves\<YourSavegame>

Roadmap

  • Add the possibility to use a config file
  • Allow multiple savegames to be watched simultaneously

Disclaimer

By using this tool you agree to the following:

I can not be held responsible for any kind of damage done to your savegames. Nothing is perfect and bugs may exist.

Please perform a backup of your savegames before using this tool and report bugs that you may encounter.

Keywords

FAQs

Package last updated on 19 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc