Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-18T23:06:05.000Z (over 4 years ago)
- Last Synced: 2024-04-19T22:02:05.880Z (7 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