#!/usr/bin/env -S just --justfile set windows-shell := ["powershell"] set shell := ["bash", "-cu"] _default: @just --list -u alias r := ready # Make sure you have cargo-binstall installed. # You can download the pre-compiled binary from # or install via `cargo install cargo-binstall` # Initialize the project by installing all the necessary tools. init: cargo binstall bacon cargo-insta typos-cli cargo-shear -y # When ready, run the same CI commands ready: git diff --exit-code --quiet typos cargo shear cargo fmt cargo check cargo clippy cargo test --features fancy cargo doc git status