What it's done

It's Format source code, run lint test, your tests, and generate documentation.

Installation

bash cargo install zuu

Usage

bash cd project echo -e "#!/bin/bash\n\nzuu" > .git/hooks/pre-commit chmod +x .git/hooks/pre-commit git status git add . git commit -m "your message"