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