matks / gitspammer
Git-based tool for procedures automatization
v1.0
2014-10-17 13:34 UTC
Requires
- php: >=5.3.3
- knplabs/github-api: 1.3.*@dev
- matks/vivian: 1.0
Requires (Dev)
- atoum/atoum: dev-master
This package is auto-updated.
Last update: 2024-10-10 00:29:08 UTC
README
This is an attempt to computerize some procedures I currently do manually based on git events. Example: send mails with a summary of what features are implemented in a specific Pull Request.
Installation
Install the dependencies with composer
composer install
Tests
Install the dev dependencies with composer
composer install --dev
Run the unit tests suite with atoum binary.
vendor/bin/atoum -bf vendor/autoload.php -d tests/Units/
Running GitSpammer
Run the following command:
$ bash gitspam.sh <username> <repositoryOwner> <repositoryName> <pullRequestID>