yanicky / kat.hh
KaT implementation in Hacklang
v1.0
2019-09-01 00:43 UTC
Requires
- facebook/fbmarkdown: ^1.6
- hhvm/hhvm-autoload: ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-22 01:00:23 UTC
README
KaT implementation in hack language for HHVM
Requirement
- Require a working HipHop Virtual Machine : HHVM.
- Require composer available in PATH for dependencies installation.
For a complete development environment please check yanicky/HHVM-LIVE: a live-build config to create a bootable ISO image for web development/deployment with HHVM, NGINX and PHP-FPM among other daemons/tools.
-
git clone https://github.com/yanicky/KaT.HH; -
cd KaT.HH; -
composer.phar install; -
hhvm index.hh --CMD=howto;
How to
Check the HOWTO.md or use CMD=howto for usage examples.
(While some CMD and/or OPTION names might change in the future, they will be properly transitioned.)
Feel free to add pull requests or fork it for your own usage.