Re: proposed utility

2015-04-08 Thread Staci Cooper
Did anything ever come of this? I'd be happy to do some work on this if the consensus is that the implementation needs to be changed. On Tue, Jan 13, 2015 at 2:10 PM, Staci Cooper staci@gmail.com wrote: When I was implementing this I initially did add it as a '--local / -l' option to the

RE: proposed utility

2015-04-08 Thread Parashuram N (MS OPEN TECH)
Looks like a good candidate to discuss at the monthly hangouts ? -Original Message- From: Staci Cooper [mailto:staci@gmail.com] Sent: Wednesday, April 8, 2015 11:05 AM To: dev@cordova.apache.org Subject: Re: proposed utility Did anything ever come of this? I'd be happy to do some

Re: proposed utility

2015-04-08 Thread Andrew Grieve
@cordova.apache.org Subject: Re: proposed utility Did anything ever come of this? I'd be happy to do some work on this if the consensus is that the implementation needs to be changed. On Tue, Jan 13, 2015 at 2:10 PM, Staci Cooper staci@gmail.com wrote: When I was implementing this I

Re: proposed utility

2015-01-13 Thread Staci Cooper
When I was implementing this I initially did add it as a '--local / -l' option to the cli. My concern was that it requires the developer to have a global installation of Cordova even if all they want is the local command. And assuming the user's global and local installs have different version

proposed utility

2015-01-09 Thread Staci Cooper
A while ago I made a utility called cordova-local for managing multiple local Cordova installations. It's similar to how grunt/grunt-cli works; once installed globally, you run 'cordova-local' instead of 'cordova' and it will locate and pass its arguments off to the closest installation. It's

Re: proposed utility

2015-01-09 Thread Tommy Williams
+1 for what Michal describes. Better going forward as well as backwards compatibility. Win win? On 10/01/2015 7:54 am, Michal Mocny mmo...@chromium.org wrote: I like the way gulp works: the same package acts different when installed globally/locally. Namely, the global always shells work off

Re: proposed utility

2015-01-09 Thread Tommy Williams
Just as an aside, I have resorted to: alias cdv=./node_modules/.bin/cordova Heh. On 10/01/2015 8:06 am, Tommy Williams to...@devgeeks.org wrote: +1 for what Michal describes. Better going forward as well as backwards compatibility. Win win? On 10/01/2015 7:54 am, Michal Mocny

Re: proposed utility

2015-01-09 Thread Michal Mocny
I like the way gulp works: the same package acts different when installed globally/locally. Namely, the global always shells work off to the local. So, instead of a separate cordova-local utility (akin to grunt and grunt-cli), perhaps we just add your feature directly into cordova-cli? For

Re: proposed utility

2015-01-09 Thread Jesse
Do we need to start a discussion around cordova-cli plugins? Personally I prefer keeping this in a separate repo. @purplecabbage risingj.com On Fri, Jan 9, 2015 at 1:08 PM, Tommy Williams to...@devgeeks.org wrote: Just as an aside, I have resorted to: alias cdv=./node_modules/.bin/cordova