Created
July 30, 2014 17:34
-
-
Save blefebvre/d253c188ff5dbede9f4b to your computer and use it in GitHub Desktop.
creating a cordova app via php
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
<? | |
echo exec(' | |
cordova create hello com.example.hello HelloWorld | |
') . "<br />"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ran via
php createApp.php
and the app directory 'hello' was created.