chore: justfile docs

This commit is contained in:
Julian Stiller 2025-05-23 23:50:32 +02:00
parent 82300303c2
commit 3943d4a175

View file

@ -1,6 +1,16 @@
set quiet
[private]
default: help
# this help
help:
just --list --list-submodules
# install pre-commit hooks
hook-install:
pre-commit install --install-hooks
# format using `treefmt`
fmt:
treefmt