project manager for haxe
The goal was initially to make a build too for the Sugoi web Framework project : https://github.com/bablukid/sugoi
Allows to declare one entry point for several targets. Currently supported targets are Neko and Php, but this is (and will be more easily) modular
Usage
haxelib run hxp neko
haxelib run hxp build neko
haxelib run hxp -f project.hxp neko
This command will build the hxml file depending on the project.hxp configuration.
the following commands allow to init the project and install automatically the haxelib libraries the project depends on
haxelib run hxp install php -f rsc/project.hxp
haxelib run hxp install neko -f rsc/project.hxp
haxelib run hxp install neko
-o my_file.hxml => set the output hxml file name