sweikenb/lib-md

Markdown library

v1.0.0 2022-08-13 20:50 UTC

This package is auto-updated.

Last update: 2024-04-16 21:51:23 UTC


README

Add GIT commit hook

Execute in project root:

rm -f "$(pwd)/.git/hooks/pre-commit"
ln -s "$(pwd)/bin/codequality" "$(pwd)/.git/hooks/pre-commit"