Once you have it installed. Run the following:
[pastacode lang=”bash” message=”” highlight=”” provider=”manual”]
cordova create hello com.example.hello HelloWorld
cordova platform add ios
cordova build
[/pastacode]
Open your project in Xcode (under the platforms folder/ios) and you should be able to run it on an ios device!