node-gamedig/tools
Tom 68c8423c84
tools: Add find ID changes to list changes to game IDs (#435)
This tool iterates through the commit history finding commits where
lib/games.js has been modified. Whenever it has it loads the
before/after state and compares them to generate a list of IDs that were
removed/added/changed (changed is based on comparing the name of the
game).

The output of this script can then be converted into an object mapping
between old IDs and new IDs using a jq one-liner.
2023-12-30 16:38:32 +02:00
..
README.md chore: Small formatting README changes. 2023-10-30 23:39:41 +02:00
attempt_protocols.js feat: export games and protocols besides GameDig (#411) 2023-11-20 11:35:31 +02:00
find-id-changes.js tools: Add find ID changes to list changes to game IDs (#435) 2023-12-30 16:38:32 +02:00
generate_games_list.js feat: remove games.txt and replace it with an in-code solution (#407) 2023-11-19 02:59:31 +02:00

README.md

This folder is not really intended to be used by users.

Contains helpers for certain stuff (such as generating the games list Markdown table).