A Simple UI for automation of the Titanium CLI and ADB


Keywords
appcelerator, titanium, mobile, ios, iphone, android, alloy, cli, node, adb
License
MPL-2.0-no-copyleft-exception
Install
npm install timagic@1.0.2

Documentation

TiMagic

npm version Join the chat at https://gitter.im/hendrikelsner/timagic Titanium
NodeJS Command-line tool for the Titanium CLI and ADB.

Screenshot here

Features

  • 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

Get TiMagic

  • npm install timagic

Use TiMagic

  • Run timagic -h for usage information.

For iOS Device Install

  • Install ios-deploy via npm install -g ios-deploy

Development install

  1. Clone the repository to a local folder.
  2. Fetch Dependencies with npm install
  3. Link for global access to the CLI (Assuming you're on the repository's root folder) run:
    npm link

General Requirements