ctest.sh
Runs command line checks.
dolcov.sh
Runs
with coverage statistics producing the public/lcov HTML report.
mdcli.sh
Extracts documentation from tools scripts to generate CLI.md
mdextract.sh
Extracts markdown texts from the given files.
tasktags.sh
Extracts task tags. Is integrated in the makefile and can be called manually.
These scripts can be copied to .git/hooks
to support the development work flow.
post-commit
It simply extracts the commit message and automatically add it to CHANGELOG.md
.