Allow custom git haxe installs.
Closed this issue · 2 comments
TheDrawingCoder-Gamer commented
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.
kevinresol commented
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
TheDrawingCoder-Gamer commented
hm, I'll probably have to write my own downloader then.