Is there any difference between PhoneGap and Cordova commands?
134 down vote favorite
39
I just installed Phonegap for the first time and just started browsing. What confuses me is the fact that some docs are using the command "phonegap" and some "cordova".
Android platform guide:
$ cordova create hello com.example.hello "HelloWorld"
Command Line Interface guide tells:
$ phonegap create hello com.example.hello HelloWorld
Is there a difference between those two commands (resulting in different files and folder structures) or they are same?