Re: How should we name node-js ports ?

2017-05-20 Thread Matthew Seaman
On 20/05/2017 07:56, Julian Elischer wrote: > this brings up the whole question of whether we should package these > things ourselves anyhow. > python and perl have their own schemes (pip et al.) and with npm (and > others) node is no exception. > it seems that to chase these packages down

Re: How should we name node-js ports ?

2017-05-20 Thread Julian Elischer
On 14/5/17 8:16 pm, Rodrigo Osorio wrote: Hi, I have a bunch of nodejs ports to add, most of them as dependencies, and I wonder if we can find a naming standard like adding 'node' or 'node-js' prefix in the name ; I personally prefer 'node'. As a result a port who install the node package xxx

Re: How should we name node-js ports ?

2017-05-16 Thread Bradley T. Hughes
> On 15 May 2017, at 20:22, Rodrigo Osorio wrote: > > > Hi Adam, > > Thanks for your feedback. > > On 05/15/17 18:52, Adam Weinberger wrote: >>> On 15 May, 2017, at 6:57, Ruslan Makhmatkhanov wrote: >>> >>> >>> npm packages can be installed by yarn as

Re: How should we name node-js ports ?

2017-05-15 Thread Rodrigo Osorio
On 05/15/17 14:57, Ruslan Makhmatkhanov wrote: Rodrigo Osorio wrote on 05/14/2017 15:16: Hi, I have a bunch of nodejs ports to add, most of them as dependencies, and I wonder if we can find a naming standard like adding 'node' or 'node-js' prefix in the name ; I personally prefer 'node'. As

Re: How should we name node-js ports ?

2017-05-15 Thread Rodrigo Osorio
Hi Adam, Thanks for your feedback. On 05/15/17 18:52, Adam Weinberger wrote: On 15 May, 2017, at 6:57, Ruslan Makhmatkhanov wrote: npm packages can be installed by yarn as well; nodejs is really the common name and makes a better prefix. That said, making node ports

Re: How should we name node-js ports ?

2017-05-15 Thread Adam Weinberger
> On 15 May, 2017, at 6:57, Ruslan Makhmatkhanov wrote: > > Rodrigo Osorio wrote on 05/14/2017 15:16: >> Hi, >> I have a bunch of nodejs ports to add, most of them as dependencies, >> and I wonder if we can find a naming standard like adding 'node' or >> 'node-js' prefix in

Re: How should we name node-js ports ?

2017-05-15 Thread scratch65535
[Default] On Sun, 14 May 2017 14:16:23 +0200, Rodrigo Osorio wrote: >Hi, > >I have a bunch of nodejs ports to add, most of them as dependencies, >and I wonder if we can find a naming standard like adding 'node' or >'node-js' prefix in the name ; I personally prefer 'node'. > >As

Re: How should we name node-js ports ?

2017-05-15 Thread Ruslan Makhmatkhanov
Rodrigo Osorio wrote on 05/14/2017 15:16: Hi, I have a bunch of nodejs ports to add, most of them as dependencies, and I wonder if we can find a naming standard like adding 'node' or 'node-js' prefix in the name ; I personally prefer 'node'. As a result a port who install the node package xxx

How should we name node-js ports ?

2017-05-14 Thread Rodrigo Osorio
Hi, I have a bunch of nodejs ports to add, most of them as dependencies, and I wonder if we can find a naming standard like adding 'node' or 'node-js' prefix in the name ; I personally prefer 'node'. As a result a port who install the node package xxx will be named 'node-xxx' Does it sounds