yanicky / kat.hh
KaT implementation in Hacklang
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Hack
Requires
- facebook/fbmarkdown: ^1.6
- hhvm/hhvm-autoload: ^2.0
This package is auto-updated.
Last update: 2025-03-21 22:06:50 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.