Initial labels setup for Pezkuwi SDK

This commit is contained in:
2025-11-27 16:52:00 +03:00
commit 5692f6a0a3
19 changed files with 594 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# List available commands
_default:
just --choose --chooser "fzf +s -x --tac --cycle"
help:
just --list
# Generate documentation
doc:
./scripts/build-doc.sh
# Generate the md book
book: doc
./scripts/generate_book.sh
open docs/book/index.html