grunt-angular-phonegap
grunt-angular-phonegap copied to clipboard
Combine yeoman/generator-angular and phonegap
Implement features from @olore at http://brian.olore.net/wp/2013/12/yo-angular-cordova-yay/
`phonegap:check` doesn't check if it's basically a valid yeoman/generator-angular and phonegap project.
it would be great if this could pick up on an xml file if it exists and help generate a native menu like described http://simonmacdonald.blogspot.co.at/2012/11/building-native-menu-with-phonegap.html here.
Use [phonegap/phonegap-cli libs](https://github.com/phonegap/phonegap-cli/tree/master/lib) and use them programmatically instead of executing system calls. It would be more robust, easier to install and easier to deal with the versions. It would also...