Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botble/git-commit-checker
Check coding standard & code syntax with Git pre-commit hook
https://github.com/botble/git-commit-checker
Last synced: 6 days ago
JSON representation
Check coding standard & code syntax with Git pre-commit hook
- Host: GitHub
- URL: https://github.com/botble/git-commit-checker
- Owner: botble
- License: mit
- Created: 2019-08-26T03:32:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T03:42:32.000Z (about 1 month ago)
- Last Synced: 2025-01-04T04:08:26.649Z (13 days ago)
- Language: PHP
- Size: 269 KB
- Stars: 46
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel GIT Commit Checker
## 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:
```shell
composer require botble/git-commit-checker
```Publish the configuration:
```bash
php artisan vendor:publish --tag=git-commit-checker-config
```### Install GIT hooks
Run this command to install:
```shell
php artisan git-commit-checker:install
```Run test manually (made sure you've added all changed files to git stage):
```shell
php artisan git-commit-checker:pre-commit-hook
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Sang Nguyen](https://github.com/sangnguyenplus)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.