Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.55 KB

File metadata and controls

32 lines (26 loc) · 1.55 KB

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