{"id":13669465,"url":"https://github.com/ibuildingsnl/qa-tools","last_synced_at":"2025-04-27T04:33:04.543Z","repository":{"id":14686812,"uuid":"17406420","full_name":"ibuildingsnl/qa-tools","owner":"ibuildingsnl","description":"A set of quality assurance tools that are easily configurable through an installer","archived":true,"fork":false,"pushed_at":"2017-08-25T13:37:12.000Z","size":5484,"stargazers_count":12,"open_issues_count":28,"forks_count":7,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-02T08:08:14.532Z","etag":null,"topics":["php","qa","testing-tools"],"latest_commit_sha":null,"homepage":"https://ibuildingsnl.github.io/qa-tools","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibuildingsnl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-04T15:15:27.000Z","updated_at":"2023-01-28T18:39:59.000Z","dependencies_parsed_at":"2022-08-21T09:40:45.970Z","dependency_job_id":null,"html_url":"https://github.com/ibuildingsnl/qa-tools","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibuildingsnl%2Fqa-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibuildingsnl%2Fqa-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibuildingsnl%2Fqa-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibuildingsnl%2Fqa-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibuildingsnl","download_url":"https://codeload.github.com/ibuildingsnl/qa-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224060315,"owners_count":17248990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","qa","testing-tools"],"created_at":"2024-08-02T08:01:14.482Z","updated_at":"2024-11-11T06:30:23.308Z","avatar_url":"https://github.com/ibuildingsnl.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Ibuildings QA Tools [![Build Status](https://travis-ci.org/ibuildingsnl/qa-tools.svg?branch=master)](https://travis-ci.org/ibuildingsnl/qa-tools)\n\nA set of quality assurance tools that are easily configurable through an installer.\n\nThe QA Tools are meant to provide you with a decent base build setup, conforming to Ibuildings standards. \nThey are not meant to provide a solution for every use case. If you want a more complex setup,\nyou can use the resulting configurations as a base and configure it manually.\n\nThe official, full documentation can be found on our [GitHub pages][gh-pages].\n\n[gh-pages]: https://ibuildingsnl.github.io/qa-tools\n\n## Requirements\n\nAt this moment, QA Tools requires your project to be under Git version control.\nFurthermore, it requires you to have a Linuxy environment with the Dash shell\n(`sh`), Ant (`ant`), and the common tools `find`, `tr`, and `xargs` in your\n[PATH][path]. After installing Ant, QA Tools should work on your Linux or\nmacOS machine.\n\n## Installation\n\nThe recommended way to install the QA Tools is by using our installer:\n\n```\nphp -r \"copy('https://raw.githubusercontent.com/ibuildingsnl/qa-tools/master/installer.php', 'qa-tools-setup.php');\"\nphp -r \"if (hash_file('SHA384', 'qa-tools-setup.php') === '2f83e895f1fda9e44334f452e9abedfde9152ba1aa95d1ea411eef0d1c96086e8d8c68909ffeaa3ec7d72de420c85287') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('qa-tools-setup.php'); } echo PHP_EOL;\"\nphp qa-tools-setup.php\nphp -r \"unlink('qa-tools-setup.php');\"\n```\n\nIf you want, you can use the `--install-dir` option for `qa-tool-setup.php` to indicate where QA tools\nshould be installed. E.g., `php qa-tools-setup.php --install-dir=/usr/local/bin`. It is recommended you\ndownload QA tools to either your project directory or to some location that is in your [PATH][path].\n\nA specific version can be installed by specifying the `--version` option: `php qa-tools-setup.php --version=3.0.0-alpha2`. This is useful when installing unstable versions of QA Tools.\n\nTo see all the options of the installer, run `php qa-tools-setup.php --help`.\n\nRead why we release the QA Tools as a Phar [here](docs/phar.md).\n\n[path]: https://en.wikipedia.org/wiki/PATH_(variable)\n\n## Usage\n\n```sh-session\nUsage:\n  command [options] [arguments]\n\nAvailable commands:\n  configure             Configure the Ibuildings QA Tools\n  self-update           Updates Ibuildings QA Tools to the latest version\n  help                  Displays help for a command\n  list                  Lists commands\n```\n\nThe `configure` subcommand will start an interactive questionnaire to help you\nquickly configure various QA tools to your project's testing needs. It remembers\nyour answers, so you can easily reconfigure the tools.\n\n[![asciicast](https://asciinema.org/a/9nlu7mu2dfst8bilsmp825553.png)](https://asciinema.org/a/9nlu7mu2dfst8bilsmp825553)\n\n## Upgrading\n\nThe QA Tools Phar distributable is self-updateable in a way that is very similar\nto Composer. The following command will check the QA Tools'\n[Releases][github-qa-releases] page for the latest stable version, and replace\nyour executable Phar:\n\n```sh-session\n$ ./qa-tools.phar self-update\n```\n\n## Contributing\n\n * [Contributing guidelines](CONTRIBUTING.md)\n * [Development](docs/development.md)\n    * [Configuration process](docs/development/configuration-process.md)\n    * [Task development](docs/development/task-development.md)\n    * [Tool development](docs/development/tool-development.md)\n    * [Writing system tests](docs/development/writing-system-tests.md)\n * [Phar](docs/phar.md)\n * [Release process](docs/release-process.md)\n * [Reporting a bug](docs/reporting-a-bug.md)\n * [Ubiquitous language](docs/ubiquitous-language.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibuildingsnl%2Fqa-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibuildingsnl%2Fqa-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibuildingsnl%2Fqa-tools/lists"}