NodeJS Command-line tool for the Titanium CLI and ADB.
- Build and install in parallel to all connected devices and genymotion or run in iOS simulator. (requires ios-deploy)
- All build related information is pulled from cli setup and the project's tiapp.xml.
- Use your favourite IDE for app development without sacrificing easy and fast access to Titanium CLI features.
- Distribute your app to iOS and Android devices using a generated microsite
npm install timagic
- Run
timagic -hfor usage information.
- Install ios-deploy via
npm install -g ios-deploy
- Clone the repository to a local folder.
- Fetch Dependencies with
npm install - Link for global access to the CLI
(Assuming you're on the repository's root folder) run:
npm link
- NodeJS & NPM
- Currently only tested on MacOS
- Appcelerator Titanium CLI <= 3.2
- ADB 1.0.* (As part of Appcelerator Titanium)

