You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Toda, Shingo" <Sh...@fast.au.fujitsu.com> on 2015/02/27 06:21:41 UTC

CLI installation from master

Hi devs

I read through this document to know how I can install CLI from cloned cordova-cli.
https://github.com/apache/cordova-cli

In “Installing from master” section, it seems to say plugman should be linked to cordova-cli by npm link.
But I think most of the plugman scripts are moved to cordova-lib which is dependency of CLI.
Then if I don’t need plugman command, I just thought this installation steps could be

    git clone https://git-wip-us.apache.org/repos/asf/cordova-cli.git
    cd cordova-cli
    npm install
    sudo npm link

Could you confirm this and correct me if I’m wrong?

Regards,
Shingo

Disclaimer

The information in this e-mail is confidential and may contain content that is subject to copyright and/or is commercial-in-confidence and is intended only for the use of the above named addressee. If you are not the intended recipient, you are hereby notified that dissemination, copying or use of the information is strictly prohibited. If you have received this e-mail in error, please telephone Fujitsu Australia Software Technology Pty Ltd on + 61 2 9452 9000 or by reply e-mail to the sender and delete the document and all copies thereof.


Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly transmit a virus within an email communication, it is the receiver’s responsibility to scan all communication and any files attached for computer viruses and other defects. Fujitsu Australia Software Technology Pty Ltd does not accept liability for any loss or damage (whether direct, indirect, consequential or economic) however caused, and whether by negligence or otherwise, which may result directly or indirectly from this communication or any files attached.


If you do not wish to receive commercial and/or marketing email messages from Fujitsu Australia Software Technology Pty Ltd, please email unsubscribe@fast.au.fujitsu.com

Re: CLI installation from master

Posted by Michal Mocny <mm...@chromium.org>.
Certainly would match the equivalent cordova-cli repo name.

On the other hand, I'm sometimes annoyed that the `cordova-cli` repo name
!= `cordova` package name.

But with the move to npm, perhaps plugman-cli dies eventually anyway?

-Michal

On Fri, Feb 27, 2015 at 12:49 PM, Jesse <pu...@gmail.com> wrote:

> We should consider calling plugman plugman-cli so it is more clear that
> this simply adds a (you guessed it) command line interface ...
>
>
>
> > On Feb 27, 2015, at 8:01 AM, Mark Koudritsky <ka...@google.com> wrote:
> >
> > Yes, the instructions look correct.
> > If you dan't need to use the `plugman` command, you don't need
> > cordova-plugman.
> >
> > On Fri, Feb 27, 2015 at 12:21 AM, Toda, Shingo <
> ShingoT@fast.au.fujitsu.com>
> > wrote:
> >
> >> Hi devs
> >>
> >> I read through this document to know how I can install CLI from cloned
> >> cordova-cli.
> >> https://github.com/apache/cordova-cli
> >>
> >> In “Installing from master” section, it seems to say plugman should be
> >> linked to cordova-cli by npm link.
> >> But I think most of the plugman scripts are moved to cordova-lib which
> is
> >> dependency of CLI.
> >> Then if I don’t need plugman command, I just thought this installation
> >> steps could be
> >>
> >>    git clone https://git-wip-us.apache.org/repos/asf/cordova-cli.git
> >>    cd cordova-cli
> >>    npm install
> >>    sudo npm link
> >>
> >> Could you confirm this and correct me if I’m wrong?
> >>
> >> Regards,
> >> Shingo
> >>
> >> Disclaimer
> >>
> >> The information in this e-mail is confidential and may contain content
> >> that is subject to copyright and/or is commercial-in-confidence and is
> >> intended only for the use of the above named addressee. If you are not
> the
> >> intended recipient, you are hereby notified that dissemination, copying
> or
> >> use of the information is strictly prohibited. If you have received this
> >> e-mail in error, please telephone Fujitsu Australia Software Technology
> Pty
> >> Ltd on + 61 2 9452 9000 or by reply e-mail to the sender and delete the
> >> document and all copies thereof.
> >>
> >>
> >> Whereas Fujitsu Australia Software Technology Pty Ltd would not
> knowingly
> >> transmit a virus within an email communication, it is the receiver’s
> >> responsibility to scan all communication and any files attached for
> >> computer viruses and other defects. Fujitsu Australia Software
> Technology
> >> Pty Ltd does not accept liability for any loss or damage (whether
> direct,
> >> indirect, consequential or economic) however caused, and whether by
> >> negligence or otherwise, which may result directly or indirectly from
> this
> >> communication or any files attached.
> >>
> >>
> >> If you do not wish to receive commercial and/or marketing email messages
> >> from Fujitsu Australia Software Technology Pty Ltd, please email
> >> unsubscribe@fast.au.fujitsu.com
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>

Re: CLI installation from master

Posted by Jesse <pu...@gmail.com>.
We should consider calling plugman plugman-cli so it is more clear that this simply adds a (you guessed it) command line interface ... 



> On Feb 27, 2015, at 8:01 AM, Mark Koudritsky <ka...@google.com> wrote:
> 
> Yes, the instructions look correct.
> If you dan't need to use the `plugman` command, you don't need
> cordova-plugman.
> 
> On Fri, Feb 27, 2015 at 12:21 AM, Toda, Shingo <Sh...@fast.au.fujitsu.com>
> wrote:
> 
>> Hi devs
>> 
>> I read through this document to know how I can install CLI from cloned
>> cordova-cli.
>> https://github.com/apache/cordova-cli
>> 
>> In “Installing from master” section, it seems to say plugman should be
>> linked to cordova-cli by npm link.
>> But I think most of the plugman scripts are moved to cordova-lib which is
>> dependency of CLI.
>> Then if I don’t need plugman command, I just thought this installation
>> steps could be
>> 
>>    git clone https://git-wip-us.apache.org/repos/asf/cordova-cli.git
>>    cd cordova-cli
>>    npm install
>>    sudo npm link
>> 
>> Could you confirm this and correct me if I’m wrong?
>> 
>> Regards,
>> Shingo
>> 
>> Disclaimer
>> 
>> The information in this e-mail is confidential and may contain content
>> that is subject to copyright and/or is commercial-in-confidence and is
>> intended only for the use of the above named addressee. If you are not the
>> intended recipient, you are hereby notified that dissemination, copying or
>> use of the information is strictly prohibited. If you have received this
>> e-mail in error, please telephone Fujitsu Australia Software Technology Pty
>> Ltd on + 61 2 9452 9000 or by reply e-mail to the sender and delete the
>> document and all copies thereof.
>> 
>> 
>> Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly
>> transmit a virus within an email communication, it is the receiver’s
>> responsibility to scan all communication and any files attached for
>> computer viruses and other defects. Fujitsu Australia Software Technology
>> Pty Ltd does not accept liability for any loss or damage (whether direct,
>> indirect, consequential or economic) however caused, and whether by
>> negligence or otherwise, which may result directly or indirectly from this
>> communication or any files attached.
>> 
>> 
>> If you do not wish to receive commercial and/or marketing email messages
>> from Fujitsu Australia Software Technology Pty Ltd, please email
>> unsubscribe@fast.au.fujitsu.com
>> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: CLI installation from master

Posted by Mark Koudritsky <ka...@google.com>.
Yes, the instructions look correct.
If you dan't need to use the `plugman` command, you don't need
cordova-plugman.

On Fri, Feb 27, 2015 at 12:21 AM, Toda, Shingo <Sh...@fast.au.fujitsu.com>
wrote:

> Hi devs
>
> I read through this document to know how I can install CLI from cloned
> cordova-cli.
> https://github.com/apache/cordova-cli
>
> In “Installing from master” section, it seems to say plugman should be
> linked to cordova-cli by npm link.
> But I think most of the plugman scripts are moved to cordova-lib which is
> dependency of CLI.
> Then if I don’t need plugman command, I just thought this installation
> steps could be
>
>     git clone https://git-wip-us.apache.org/repos/asf/cordova-cli.git
>     cd cordova-cli
>     npm install
>     sudo npm link
>
> Could you confirm this and correct me if I’m wrong?
>
> Regards,
> Shingo
>
> Disclaimer
>
> The information in this e-mail is confidential and may contain content
> that is subject to copyright and/or is commercial-in-confidence and is
> intended only for the use of the above named addressee. If you are not the
> intended recipient, you are hereby notified that dissemination, copying or
> use of the information is strictly prohibited. If you have received this
> e-mail in error, please telephone Fujitsu Australia Software Technology Pty
> Ltd on + 61 2 9452 9000 or by reply e-mail to the sender and delete the
> document and all copies thereof.
>
>
> Whereas Fujitsu Australia Software Technology Pty Ltd would not knowingly
> transmit a virus within an email communication, it is the receiver’s
> responsibility to scan all communication and any files attached for
> computer viruses and other defects. Fujitsu Australia Software Technology
> Pty Ltd does not accept liability for any loss or damage (whether direct,
> indirect, consequential or economic) however caused, and whether by
> negligence or otherwise, which may result directly or indirectly from this
> communication or any files attached.
>
>
> If you do not wish to receive commercial and/or marketing email messages
> from Fujitsu Australia Software Technology Pty Ltd, please email
> unsubscribe@fast.au.fujitsu.com
>