sweikenb / mdocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdocs

Beside php 8.1+ mdocs also rely on scss / yarn for the compiling of the theme styles.

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"

About

License:MIT License


Languages

Language:PHP 89.3%Language:SCSS 4.8%Language:Twig 3.6%Language:Shell 2.3%