This is a Python script to help manage IsaacScript-related libraries in a Lua project.
Install the tool:
python -m pip install --upgrade isaacscript-luaInstall the isaacscript-common` library:
cd my-mod
isaacscript-lua installUpdate the installed library:
cd my-mod
isaacscript-lua upgrade