I’ve transfer my existing project from window to mac, Now, i what to run it. Im using sublime text 3…My file location ~/desktop/folder/myproject. how to run it on commandline?
Try opening the Terminal, then cd ~/desktop/folder/myproject and openfl test html5 or openfl test flash or openfl test mac, whatever you prefer 
Thanks sing… i can finally work on mac now…
1 Like
You might also like trying Visual Studio Code, we have a Lime extension that should let you do builds using the “Run Test Task” command 
If you want to try it:
- Go to https://code.visualstudio.com and install VS Code
- Install the Lime extension https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
- Go to “Keyboard Shortcuts” and add a shortcut for “Run Test Task” (I use
Cmd+Enter)
The extension should open up if you open a Lime or OpenFL project, you can select the target platform, the build configuration, add additional flags, and build 
