Fab
, (*1)
Make your output fabulous!, (*2)
Usage
, (*3)
Requirements
Fab requires:, (*4)
- PHP 5.3.3 or later.
- A terminal emulator with support for ANSI escape sequences.
NOTE: By default, the Windows console does not support ANSI escape
sequences. If you'd like to use the Fab on Windows, you may want to try one of
the following solutions:, (*5)
Installation
The recommended way to install Fab is through
composer. Just create a composer.json
file and
run the php composer.phar install
command to install it:, (*6)
{
"require": {
"whatthejeff/fab": "~1.0"
}
}
Tests
To run the test suite, you need composer., (*7)
$ php composer.phar install
$ vendor/bin/phpunit
Acknowledgements
Fab was heavily inspired by the glorious minitest/pride., (*8)
License
Fab is licensed under the MIT license., (*9)