matks/gitspammer

Git-based tool for procedures automatization

v1.0 2014-10-17 13:34 UTC

This package is auto-updated.

Last update: 2024-04-09 23:24:42 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>