# just ## Meta ```yaml name: just repo: https://github.com/casey/just description: 🤖 Just a command runner ``` ## Install ```shell cargo install just ``` ## Usage Sample `justfile`: ```justfile _: @just --list alias p:=publish alias pub:=publish # Publish publish: update-cheatsheet.ts commit.ts ```