Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 357 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 357 Bytes

isaacscript-lua

This is a Python script to help manage IsaacScript-related libraries in a Lua project.


Usage

Install the tool:

pip install --upgrade isaacscript-lua

Install the isaacscript-common` library:

cd my-mod
isaacscript-lua install

Update the installed library:

cd my-mod
isaacscript-lua upgrade