hoangphi/pre-commit
最新稳定版本:v1.0.2
Composer 安装命令:
composer require hoangphi/pre-commit
包简介
Check coding standard & code syntax before commit.
README 文档
README
Installation
composer require hoangphi/pre-commit
Publish the configuration:
php artisan vendor:publish --provider="HoangPhi\PreCommit\Providers\PreCommitServiceProvider" --tag=config
Config pre-commit hooks
php artisan pre-commit:install
- Create PSR default config
phpcs.xmlin your root project.
php artisan pre-commit:create-phpcs
- Added all changed files to git stage and run test manually.
php artisan pre-commit:check
统计信息
- 总下载量: 634
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-20