KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
fab
★ 39
Open GitHub ↗
Make your output fabulous!
Download README (.md)
Explore Similar Repositories
php-translit
:
PHP library to convert text from one script to another
plug.play.js
:
A Network Service Messaging framework for use on top of the W3C Network Service Discovery specification
ssl-socket-demo
:
A small demo project showing how to set up 2-way SSL communication using raw sockets, Java and OpenSSL.
plenv-contrib
:
No description available.
multiple_vagrantfiles
:
Examples on how to include vagrant files
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fab
?
Download (.md)
Fab === [](https://travis-ci.org/whatthejeff/fab) Make your output fabulous! ## Usage [](https://github.com/whatthejeff/fab/raw/master/fab.png) ## Requirements Fab requires: * 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: * [ANSICON](https://github.com/adoxa/ansicon) * [ConEmu](https://github.com/Maximus5/ConEmu) ## Installation The recommended way to install Fab is [through composer](http://getcomposer.org). Just create a `composer.json` file and run the `php composer.phar install` command to install it: ~~~json { "require": { "whatthejeff/fab": "~1.0" } } ~~~ ## Tests To run the test suite, you need [composer](http://getcomposer.org). $ php composer.phar install $ vendor/bin/phpunit ## Acknowledgements Fab was __heavily__ inspired by the glorious [minitest/pride](https://github.com/seattlerb/minitest/blob/abc8d7bbac2bf49b2207b5e4722212109463eb18/lib/minitest/pride_plugin.rb). ## License Fab is licensed under the [MIT license](LICENSE).