Mangrullo is a Docker container update automation tool written in Crystal.
After cloning the repository, install the pre-commit hook to ensure code quality:
# Install dependencies
shards install
# Install pre-commit hook
cp hooks/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commitThe pre-commit hook runs tests and linting before allowing commits.
The full documentation for this project is available on our GitHub Pages site.
The documentation is automatically built from the files in the docs directory.
See Development Guidelines for more detailed development information.