some more recipes: set up, clean up, ...

This commit is contained in:
bronsen 2025-12-09 21:26:27 +01:00
parent da8e4ee47b
commit 0e77d9691e

View file

@ -1,6 +1,9 @@
default:
@just --list
setup:
uv sync
# run Textual's console
console:
uv run textual console
@ -27,3 +30,10 @@ lint-markdown:
markdownlint-cli2 .
lint: lint-python lint-markdown
# remove artefacts from dist/
clean:
rm dist/*.whl dist/*.tar.gz
# ci:
# woodpecker-cli exec "whatever"