mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
332f0b2f2b
Just a small simple tool that can search through `all-types` for a type based on a bunch of criteria. For example:  The results are printed to stdout, as well as output to a json file so they can be consumed by another tool (in my plans, the VSCode extension)
12 lines
424 B
YAML
12 lines
424 B
YAML
version: "3.13"
|
|
|
|
vars:
|
|
GOALC_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
GK_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
DECOMP_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
MEMDUMP_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
TYPESEARCH_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
OFFLINETEST_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
GOALCTEST_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
EXE_FILE_EXTENSION: '.exe'
|