Last active
August 29, 2015 14:13
-
-
Save njncalub/73b6d94161907948f1e8 to your computer and use it in GitHub Desktop.
Getting started with Titanium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g titanium alloy tishadow | |
titanium sdk install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
titanium create | |
cd {project path with Resources directory} | |
alloy new | |
alloy generate controller {name} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
titanium build -p {platform} -C ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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