I'd like to have cordova-cli automatically install missing platforms when it is obvious that the platform is required. i.e.:
> cordova create Foo && cd Foo > cordova run ios ..should just `cordova platform add ios` automatically. It appears that this was already added to phonegap-cli. Would Adobe mind donating this to cordova-cli, or is it different enough for me to just start from scratch? Should be easy, but don't want to duplicate effort. Filed: https://issues.apache.org/jira/browse/CB-8283 -Michal