helps streamline judging of things. from generating a judging allocations to a complete judging solution in a spreadsheet.
# 1. clone the repo
git clone https://github.com/joseph-beck/judgers.git
# 2. build the binary
cargo build --release --bin judgers-cli
# 3. rename the binary if you fancy, you can also move somewhere fancy if you want
mv target/release/judgers-cli judgers
# 4. use judgers
./judgersalternatively install with cargo
# 1. install with cargo
cargo install --path judgers-cli
# 2. use judgers
judgers-clicheck out example configs here.
for example could run the command below to create a spreadsheet!
judgers spreadsheet allocation.config.json -c spreadsheet.config.json