mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-10 21:26:56 +01:00
e53edf23c3
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. |
||
---|---|---|
.. | ||
attempt_protocols.js | ||
find-id-changes.js | ||
generate_games_list.js | ||
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).