grilar/git-commit-checker
最新稳定版本:v1.0.0
Composer 安装命令:
composer require grilar/git-commit-checker
包简介
Check coding standard & code syntax with Git pre-commit hook.
README 文档
README
Requirement
- Laravel 9.32 or later
- If you're using Laravel 8.0 or earlier, please use version 1.x
Installation
You can install the package via composer:
composer require grilar/git-commit-checker
Publish the configuration:
php artisan vendor:publish --tag=git-commit-checker-config
Install GIT hooks
Run this command to install:
php artisan git-commit-checker:install
Run test manually (made sure you've added all changed files to git stage):
php artisan git-commit-checker:pre-commit-hook
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-15