insua/phpcs-git-pre-commit

Pure php phpcs git pre commit

Installs: 612

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:PowerShell

1.0.8 2021-02-23 04:00 UTC

This package is auto-updated.

Last update: 2024-04-23 11:08:15 UTC


README

phpcs git pre commit.

Installing

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

Usage

add scripts

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

License

MIT

Alternatives