Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.08 KB

Intuition Build Status

Usage

To use it in a tool, read the Usage documentation.

Quick start

git clone --recursive https://github.com/Krinkle/intuition.git

Getting involved

Testing

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

Misc

To regenerate the AUTHORS.txt:

npm install && grunt authors