solved some TODOs about Tgeneric type arguments (2)
[hiphop-php.git] / hphp / hack / man / hackificator.1
blob2e2666bbdd6b9bf531b7eaf138fae01cd0d44874
1 .TH HACKIFICATOR 1
3 .SH NAME
4 hackificator \- convert PHP code to Hack
6 .SH SYNOPSIS
7 .B hackificator
8 .I DIRECTORY
10 .SH DESCRIPTION
12 .BR hackificator (1)
13 recursively converts
14 .I DIRECTORY
15 from PHP code into Hack code. The
16 .I DIRECTORY
17 must have already been set up as a Hack project and have
18 .BR hh_client (1)
19 run inside it.
21 This conversion process simply converts the headers of files from the PHP header
22 to the Hack header, making only very trivial syntactic tweaks along the way.  It
23 does not add type annotations or change code to take advantage of any Hack
24 features.
26 See
27 .I http://docs.hhvm.com/hack/tools/introduction
28 for detailed information and documentation on the PHP to Hack conversion
29 tools.
31 .SH BUGS
32 The Hack language is part of the HHVM project. Known bugs can be found at that
33 tracker, and new ones should be reported there as well:
34 .I https://github.com/facebook/hhvm/issues
36 .SH SEE ALSO
37 .BR hh_client (1), \ hh_server (1), \ hack_remove_soft_types (1).
38 .br
39 .I http://docs.hhvm.com/hack/tools/introduction
40 .br
41 .I http://www.hacklang.org/