Re: Two small tools for Cordova

2015-05-26 Thread Carlos Santana
+1 npm dependencies for coho On Mon, Apr 27, 2015 at 8:33 PM Shazron shaz...@gmail.com wrote: An alternative is perhaps just add the two tools as dependencies in coho, and require them as modules (the tools might have to be modified for this)/ On Mon, Apr 27, 2015 at 9:57 AM, Parashuram N

Re: Two small tools for Cordova

2015-04-27 Thread Andrew Grieve
Thanks Murat! Sounds really useful! WDYT about integrating these with coho? - So that cordova devs don't need to npm install multiple dev commands - So that the commands will be more discoverable - So that you can restrict to repos: e.g. coho travis -r plugins On Sun, Apr 26, 2015 at 11:53 PM,

Re: Two small tools for Cordova

2015-04-27 Thread Shazron
An alternative is perhaps just add the two tools as dependencies in coho, and require them as modules (the tools might have to be modified for this)/ On Mon, Apr 27, 2015 at 9:57 AM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: +1 to adding it to Coho, specially the first script -

Re: Two small tools for Cordova

2015-04-27 Thread Parashuram N (MS OPEN TECH)
+1 to adding it to Coho, specially the first script - would be a good sanity check before releasing !! On 4/27/15, 7:27 AM, Andrew Grieve agri...@chromium.org wrote: Thanks Murat! Sounds really useful! WDYT about integrating these with coho? - So that cordova devs don't need to npm install

Two small tools for Cordova

2015-04-26 Thread Murat Sutunc
Hey everyone, I've been working on two side projects that I think others might also find useful. Cordova Travis (https://www.npmjs.com/package/cordova-travis) Prints out the latest travis build result on console; for all Apache Cordova repos. Whenever there's something red, it's time to fix