docs: linter & packagers guide & chores (#64)

add prettier, move most markdown into `docs/` and add a packagers guide

---

* lint(md): add prettier

* docs(packagers): add a guide

* docs(correctness): Index -> ToC

* docs: link to package maintainers guide

* docs: move install docs to `./docs`

* docs(fix): typo
This commit is contained in:
2025-07-16 18:13:12 +02:00
committed by GitHub
parent 589f33ffec
commit 4a1b868b8e
7 changed files with 137 additions and 71 deletions

View File

@@ -133,6 +133,7 @@ install-service-s6-etc:
pre-commit:
codespell
prettier --write "**/*.md"
find . -type f -name '*.sh' -not -path './assets/pkg/aur/*/src/*' | xargs shellcheck
clang-format -i $$(git ls-files "*.c" "*.h")
clang-tidy -p . $$(git ls-files "*.c" "*.h")