; 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 work on this if the consensus is that the
> implementation needs to be changed.
>
> On Tue, Jan
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
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 wrote:
> When I was implementing this I initially did add it as a '--local / -l'
> option to the cli. My concern wa
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
numb
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 wrote:
> Just as an aside, I have resorted to:
>
> alias cdv="./node_modules/.bin/cordova"
>
> Heh.
> On 1
Just as an aside, I have resorted to:
alias cdv="./node_modules/.bin/cordova"
Heh.
On 10/01/2015 8:06 am, "Tommy Williams" 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" wrote:
>
>> I like t
+1 for what Michal describes. Better going forward as well as backwards
compatibility.
Win win?
On 10/01/2015 7:54 am, "Michal Mocny" wrote:
> 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.
>
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 backw
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 kept