Install with: ``` cargo install just ``` Basic outline: ```just # Get help help: just -l # Recipe `do` help text do: @echo "do" # Do not... do-not: do @echo "or do not" # Try this... try: @echo "there is no try" ```