Compile Titanium Mobile applications from command line
1 min read

Compile Titanium Mobile applications from command line

104 words

Everyone has their preferences when it comes to editing code. For example, for PHP I use Netbeans, for html Textmate, …

For Titanium Mobile I prefer Textmate, I don’t get used to Titanium Studio.

Thanks to Matt Apperson we now have a simple script that allows us to compile, run in the simulator and distribute applications developed in Titanium Mobile, and this is MakeTI.

Once installed in the root of our project we can run it in the simulator with a simple

make run

Or compile it with another simple:

make deploy

All options and help are on the project page on GitHub: MakeTi

Comments

Latest Posts