Development
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-install
Building a QA Tools distributable Phar
The command below will build the QA Tools. For more specifics about building the Phar, see Phar.
$ make build
Making your contribution
We appreciate you helping out! Please look at the Contributing guidelines to help get your contribution accepted.