Last Updated: February 25, 2016
·
545
· darthapo

Haxe Bash Aliases

Put this in your ~/.bash_profile to save some keystrokes:

# Haxe short cuts
alias hx='haxe'
alias hxl='haxelib'
alias hxli='haxelib install'
alias hxls='haxelib search'
alias hxlr='haxelib run'