Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raeesbhatti/hacklang-tools
HackLang tools that can run on Windows using Docker or WSL
https://github.com/raeesbhatti/hacklang-tools
hacklang hhvm windows
Last synced: 11 days ago
JSON representation
HackLang tools that can run on Windows using Docker or WSL
- Host: GitHub
- URL: https://github.com/raeesbhatti/hacklang-tools
- Owner: RaeesBhatti
- License: mit
- Created: 2016-09-25T21:29:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T23:59:10.000Z (over 2 years ago)
- Last Synced: 2023-04-10T14:20:51.052Z (over 1 year ago)
- Topics: hacklang, hhvm, windows
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackLang Tools
HackLang tools that can run on Windows using Docker or WSL.### Installation
Download `hh_client` binary from the latest release and put in a `%PATH%` directory.### Usage:
Create a `.hhtools` files in the base directory of your project.
```json
{
"provider": "docker",
"image": "hhvm/hhvm:3.12.1"
}
```
You can also specify `wsl` as provider to use Windows Subsystem for Linux if you have installed HHVM there.Now, you can run `hh_client` against your project and it will work as if you're running `hh_client` inside the container or Windows Subsystem for Linux.