Skip to content

JeanFred/intuition

 
 

Repository files navigation

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

About

Framework for localisation of tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.8%
  • JavaScript 6.1%
  • Other 0.1%