Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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