https://github.com/azjezz/hh-to-hack
a really small tool to migrate from .hh and .php to .hack files extension in hack lang.
https://github.com/azjezz/hh-to-hack
hack hacklang hh hhvm migration php tool
Last synced: 23 days ago
JSON representation
a really small tool to migrate from .hh and .php to .hack files extension in hack lang.
- Host: GitHub
- URL: https://github.com/azjezz/hh-to-hack
- Owner: azjezz
- Created: 2018-12-15T16:19:25.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-18T23:06:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T11:32:48.685Z (3 months ago)
- Topics: hack, hacklang, hh, hhvm, migration, php, tool
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HH to Hack
a really small tool to migrate from .hh and .php to .hack files extension in hack lang.
### Installation :
```console
$ composer global require azjezz/hh-to-hack
```### Usage
```console
$ hh-to-hack migration path/to/project/src
```#### Options :
- `--keep-previous` : keep the old `.hh` and `.php` files after the migration