What Tommy describes here makes some sense. 

But what I’m still struggling to see is how the kind of changes in this thread 
are a win for Cordova users, in terms such as simplified workflow, a more 
predictable consistent tested combination of tools/platforms/plugins, and 
especially performing an upgrade. It feels like the proposals here are making 
those user terms a bit more complicated.

On Jun 3, 2014, at 7:38 PM, tommy-carlos williams <[email protected]> wrote:

> If the cordova cli was globally installed, but basically a thin wrapper like 
> grunt-cli…               
> 
> create:
> 
> cordova create foo
> cd foo
> npm install —save [email protected]
> cordova platform add android
> cordova platform add ios
> 
> cordova create bar
> cd bar
> npm install —save [email protected]
> cordova platform add ios
> cordova platform add android
> 
> update:
> 
> cd bar
> npm install —save [email protected]
> cordova update ios
> cordova update android

Reply via email to