chore(just): add alias for ready (r) and coverage (c)

This commit is contained in:
Boshen 2023-05-24 22:42:44 +08:00
parent 9191de469a
commit c136fea535
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -3,6 +3,9 @@
_default:
just --list -u
alias r := ready
alias c := coverage
# Initialize the project by installing all the necessary tools
init:
cargo binstall cargo-nextest cargo-watch cargo-insta typos-cli taplo-cli wasm-pack cargo-llvm-cov -y