To use it in a tool, read the Usage documentation.
git clone --recursive https://github.com/Krinkle/intuition.git
Use Composer for managing dependenices (such as PHPUnit). Install Composer via your preferred package manager, or from source.
Prior to runnig tests, ensure presence of local dev dependencies:
composer install
Run the tests:
./tests/run
A small amount of frontend code is integrated via Grunt on node.js. Install the Grunt command-line utility:
npm install -g grunt-cli
Prior to runnig tests, ensure presence of local dev dependencies:
npm install
Run the tests:
npm test
To regenerate the AUTHORS.txt
:
npm install && grunt authors