Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.
/ titanium_cli Public archive

Create and run Titanium Mobile projects from the command line

License

Notifications You must be signed in to change notification settings

itspriddle/titanium_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanium CLI

This gem allows you to create and run Titanium Mobile projects via the command line.

Usage

Creating projects:
  Create iPhone project:
    titanium create --platform=iphone --name=FooMobile --id=com.foo.mobile

  Create Android project
    titanium create --platform=android --name=FooMobile \
                    --id=com.foo.mobile --android=/opt/android-sdk

  Create iPhone and Android project
    titanium create --platform=iphone,android --name=FooMobile \
                    --id=com.foo.mobile --android=/opt/android-sdk

Running projects:
  Run iPhone project:
    titanium run --platform=iphone

  Run Android project:
    titanium run --platform=android

Installation

gem install titanium_cli

TODO

  • Linux/Windows Support

License

MIT License. See LICENSE in this repo.

About

Create and run Titanium Mobile projects from the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages