Add justfile for common commands, instead of aliases

This commit is contained in:
John 2023-03-28 04:38:16 -05:00
parent 84361597cc
commit 66bed02a5e

10
justfile Normal file
View File

@ -0,0 +1,10 @@
# Some common commands for working on this stuff
cover:
cargo llvm-cov --open --doctests
test:
cargo test --all
tokei:
tokei --exclude tests/chip8-test-suite