Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 824 Bytes

development.md

File metadata and controls

34 lines (24 loc) · 824 Bytes

Development


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

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.