Skip to content

Commit

Permalink
add project automation
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jan 22, 2024
1 parent c1398e5 commit 930a5b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Print available recipes
help:
@just --list

# Format code
fmt:
cargo +nightly fmt

# Lint code
lint:
cargo clippy

# Install development tools
install:
cargo install mdbook x-launcher
1 change: 1 addition & 0 deletions xfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!just

0 comments on commit 930a5b6

Please sign in to comment.