A command line tool for stepping through git commits like one steps through slides in a PowerPoint -- for git-powered "live" code demos.
Node > 22 (although you may get by with 20 version)
Clone this repo, cd into it, run setup.sh.
Navigate to the git repo that you want to present, and run:
gitpresenter
During dev, you can use ./dev.mjs which builds the script (it takes tens of
milliseconds) and then runs it.