Create a project using my app as a starter in Phonegap
问题 My app's git repository contain only the www folder and so it looks like this: css img js res config.xml icon.png index.html To start development I need to: Clone my app into www-app Create a phonegap app phonegap create testapp com.example.testapp "Test" remove testapp/www and copy www-app to testapp/www Is there a easier to way to set this up? Maybe I can specify a project to build from on phonegap create instead of the phonegap-start project. 回答1: I have not tried this with phonegap CLI