yanicky/kat.hh

KaT implementation in Hacklang

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Hack

v1.0 2019-09-01 00:43 UTC

This package is auto-updated.

Last update: 2024-04-21 19:46:06 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.

  1. git clone https://github.com/yanicky/KaT.HH;

  2. cd KaT.HH;

  3. composer.phar install;

  4. 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.