This is a command line interface for the Jutge platform.
WARNING: This is beta software, don't expect an optimal experience!
Jutge CLI is at NPM, so the easiest way to get it is:
bun add -g @jutge.org/cli
After that, you will have an executable called jutge
in your PATH
.
You don't even need to have installed permanently:
bunx @jutge.org/cli misc fortune
Install Bun, clone this repo and run:
bun run build
Then get the binary file from the bin
folder.