Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxleiko/docker-haxe

Haxe env with hxjava and hxcpp up and running
https://github.com/maxleiko/docker-haxe

Last synced: 7 days ago
JSON representation

Haxe env with hxjava and hxcpp up and running

Awesome Lists containing this project

README

        

## Haxe Docker Image

### Retrieve image
```sh
docker pull maxleiko/haxe
```

### Usage
```sh
docker run -v /path/to/your/haxe/project:/root/workspace:rw -it maxleiko/haxe
```

By default, `maxleiko/haxe` will try to run `haxe build.hxml` into `/root/workspace`

### TODO
- [ ] Fix generated files permission issues