Skip to content

Instantly share code, notes, and snippets.

@blefebvre
Created July 30, 2014 17:34
Show Gist options
  • Save blefebvre/d253c188ff5dbede9f4b to your computer and use it in GitHub Desktop.
Save blefebvre/d253c188ff5dbede9f4b to your computer and use it in GitHub Desktop.
creating a cordova app via php
<?
echo exec('
cordova create hello com.example.hello HelloWorld
') . "<br />";
?>
@blefebvre
Copy link
Author

ran via php createApp.php and the app directory 'hello' was created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment