To get ready for contributing to the Ibuildings QA Tools:
$ # Check out the repository
$ git clone [email protected]:ibuildingsnl/qa-tools.git
$ # Install the Composer dependencies
$ composer install
$ # Install the Git hooks
$ tools/git/pre-commit-install
$ tools/git/pre-push-install
The command below will build the QA Tools. For more specifics about building the Phar, see Phar.
$ make build
We appreciate you helping out! Please look at the Contributing guidelines to help get your contribution accepted.