flixel-tools
flixel-tools copied to clipboard
Command Line tools for HaxeFlixel, create demos, templates and more.
closes #77 Now it is possible to do this: ```cmd flixel tpl ../platformer-template . -n "Marevo" ``` which creates in `.` (current dir) a project with name "Marevo" from template...
At this moment `flixel tpl` looks for templates only in `flixel-template` haxelib folder. Would be much better be able to set custom path to a template, like so ```cmd flixel...
I am trying to mod **friday night funkin'**, at my old pc, I did setup all dependences to compile the game properly, but at the of my school (_that is...
I don't want to be administrator on my computer if I want to use lime tool. I don't want to spam /usr/bin, /usr/local/bin, etc. I want have option where to...
See https://github.com/HaxeFlixel/flixel/issues/1435. If possible, we could show a more helpful error message here (Something like "Template could not be created - admin rights required").
Just like #35 encode strings for template project names etc
Allows all projects built via `flixel-tools bp` to use the same cache, meaning it won't need to completely build each project from scratch while they're using the same version of...