Skip to content

jutge-org/jutge-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jutge Command Line Interface

This is a command line interface for the Jutge platform.

WARNING: This is beta software, don't expect an optimal experience!

Installation

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

Installing from source

Install Bun, clone this repo and run:

bun run build

Then get the binary file from the bin folder.