chore: justfile docs
This commit is contained in:
parent
82300303c2
commit
3943d4a175
1 changed files with 10 additions and 0 deletions
10
justfile
10
justfile
|
@ -1,6 +1,16 @@
|
||||||
|
set quiet
|
||||||
|
|
||||||
|
[private]
|
||||||
|
default: help
|
||||||
|
|
||||||
|
# this help
|
||||||
|
help:
|
||||||
|
just --list --list-submodules
|
||||||
|
|
||||||
|
# install pre-commit hooks
|
||||||
hook-install:
|
hook-install:
|
||||||
pre-commit install --install-hooks
|
pre-commit install --install-hooks
|
||||||
|
|
||||||
|
# format using `treefmt`
|
||||||
fmt:
|
fmt:
|
||||||
treefmt
|
treefmt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue