Re: Test Plugin on npm

2016-03-04 Thread Carlos Santana
tended for > testing. > > Thanks, > Richard > > -Original Message- > From: Shazron [mailto:shaz...@gmail.com] > Sent: Friday, March 4, 2016 12:58 PM > To: dev@cordova.apache.org > Subject: Re: Test Plugin on npm > > Here are the guidelines: > > ht

RE: Test Plugin on npm

2016-03-04 Thread Richard Knoll
@cordova.apache.org Subject: Re: Test Plugin on npm Here are the guidelines: https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fwww.apache.org%2fdev%2frelease.html%23what&data=01%7c01%7cRIKNOLL%40exchange.microsoft.com%7c749612995086426c3d1f08d3446fc0fb%7c72f988bf86f141af91ab2d7cd011db47%7c1&a

Re: Test Plugin on npm

2016-03-04 Thread Shazron
Here are the guidelines: http://www.apache.org/dev/release.html#what In short, what others have said is correct. Test packages do not require a vote as long as they follow the (bolded) guidelines in the link I cited above. On Fri, Mar 4, 2016 at 10:30 AM, Richard Knoll wrote: > Hey all, > > I'd

Re: Test Plugin on npm

2016-03-04 Thread Carlos Santana
; >> On Fri, Mar 4, 2016 at 10:43 AM, Richard Knoll >> wrote: >> >>> Yep, I would like to test with a plugin on npm to support the new version >>> selection feature I'm about to merge. >>> >>> Thanks, >>> Richard >>>

Re: Test Plugin on npm

2016-03-04 Thread Nikhil Khandelwal
s, >> Richard >> >> -Original Message- >> From: Steven Gill [mailto:stevengil...@gmail.com] >> Sent: Friday, March 4, 2016 10:41 AM >> To: dev@cordova.apache.org >> Subject: Re: Test Plugin on npm >> >> Hey Byoungro, >> >>

Re: Test Plugin on npm

2016-03-04 Thread Steven Gill
h a plugin on npm to support the new version > selection feature I'm about to merge. > > Thanks, > Richard > > -Original Message- > From: Steven Gill [mailto:stevengil...@gmail.com] > Sent: Friday, March 4, 2016 10:41 AM > To: dev@cordova.apache.org > Subject:

RE: Test Plugin on npm

2016-03-04 Thread Richard Knoll
Yep, I would like to test with a plugin on npm to support the new version selection feature I'm about to merge. Thanks, Richard -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Friday, March 4, 2016 10:41 AM To: dev@cordova.apache.org Subject: Re: Test P

Re: Test Plugin on npm

2016-03-04 Thread Steven Gill
Hey Byoungro, We already test local plugins. I think the point of Richard asking is so we actually test our npm fetching and installing. Cheers, -Steve On Fri, Mar 4, 2016 at 10:37 AM, So, Byoungro wrote: > Hi Richard, > > Do you know you can add the plugin from your local disk path? > “cordov

Re: Test Plugin on npm

2016-03-04 Thread So, Byoungro
Hi Richard, Do you know you can add the plugin from your local disk path? “cordova plugin add ” might be easier for you than publishing your test plugin on the NPM registry and test using NPM. Byoungro So SSG / DPD / Mobile Computing and Compilers Intel Corporation From: Richard Knoll mailto:ri

Re: Test Plugin on npm

2016-03-04 Thread Steven Gill
We all just your our own accounts to publish. Publish away On Fri, Mar 4, 2016 at 10:30 AM, Richard Knoll wrote: > Hey all, > > I'd like to have some better end-to-end tests for "cordova plugin add" in > cordova-lib, so I wanted to publish a test plugin to npm. The plugin itself > will be empty