insua/phpcs-git-pre-commit

纯PHP phpcs git pre commit

安装: 638

依赖项: 0

建议者: 0

安全性: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

语言:PowerShell

1.0.8 2021-02-23 04:00 UTC

This package is auto-updated.

Last update: 2024-09-23 12:03:16 UTC


README

phpcs git pre commit.

安装

$ composer require insua/phpcs-git-pre-commit

使用方法

添加脚本

"scripts": {
    "post-install-cmd": [
        "Insua\\PhpcsGitPreCommit\\Installer::postInstall"
    ],
    "post-update-cmd": [
        "Insua\\PhpcsGitPreCommit\\Installer::postInstall"
    ]
}

许可证

MIT

替代品