This is a simple command line interface for developing pico-8 carts.
I wanted something that didn't care where my pico-8 carts were stored,
and would interface nicely with different development tools.
Tested on Mac and Windows 10.
I've also included my vscode tasks.json which uses the CLI tools from hotkeys.
Its open source, so use as you like, or if you have an improvement feel free to send a PR!
Full details are here:
https://github.com/nicholaswagner/pico-tools
Or just check it out by running
npm install -g pico-tools |
Cheers,
-N