TITANIUM SDK
Updated 6 days ago
Titanium is built as a series of modules that extend a few core functions of the API. If you check out our API docs, you'll find a list of the base modules included with Titanium. Yes, all those APIs are in fact modules that extend the core. Additionally, TiDev publishes a sampling of free add-on modules that extend this base on our Github repository(opens new window). Developers are free to extend Titanium themselves by writing their own iOS and Android modules. Mobile Web even supports modules, though they must be "pure JavaScript" modules rather than being written in Objective-C or Java...
The Titanium CLI is a set of command-line tools to develop and deploy mobile and cloud applications. The Titanium CLI provides a unified interface for using the other Titanium command-line tools, such as the Titanium CLI and Alloy CLI.