Skip to content

Instantly share code, notes, and snippets.

@njncalub
Last active August 29, 2015 14:13
Show Gist options
  • Save njncalub/73b6d94161907948f1e8 to your computer and use it in GitHub Desktop.
Save njncalub/73b6d94161907948f1e8 to your computer and use it in GitHub Desktop.
Getting started with Titanium
npm install -g titanium alloy tishadow
titanium sdk install
titanium create
cd {project path with Resources directory}
alloy new
alloy generate controller {name}
titanium build -p {platform} -C ?
tishadow server
titanium build -p {platform} -C {device} --appify
titanium build -p {platform} -C {device} --appify
tishadow @ run -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment