lix-pm/lix.client

Allow custom git haxe installs.

Closed this issue · 2 comments

Allow, someway or somehow, to download custom haxe libs from github. Haxe has actions, so any fork of Haxe builds packages via actions, as seen here. I know it's a headache to implement this, but I don't want to make a rube goldberg machine just to support this.

You can create a folder in ~/haxe/versions and link that in your .haxerc
For example you have ~/haxe/versions/custom and "version": "custom" in .haxerc

hm, I'll probably have to write my own downloader then.