Created
March 7, 2011 20:56
-
-
Save stevepond/859212 to your computer and use it in GitHub Desktop.
auto gen sencha controller and models
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
611 cd /Users/stephenpond/Desktop/sencha-touch-1.0.1/jsbuilder | |
613 ./sencha.sh generate app test1 | |
627 cp -r src test1/src | |
628 cd test1 | |
630 ./sencha.sh generate model Flights flightnum:string dest:string arr:string | |
632 ./sencha.sh generate controller flightshop search book |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment