Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-19 Thread Andrew Grieve
a plugin.xml with deps will fetch and install them all, and will almost certainly fail to install due to missing params, or conflicting files. Better to have a text file with all the IDs and a script that just fetches unpacks them all. On Wed, Mar 18, 2015 at 8:45 PM, Shazron shaz...@gmail.com

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-19 Thread Shazron
I'm just going to automate creating one project per plugin to see if the plugin installs and builds (or one project then install, build, then remove each plugin) . That big dependency plugin could be useful in bringing to light plugins that don't play well with others so we can either notify the

[cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Shazron
I don't suppose someone has a plugin.xml with dependencies for all the plugins in cordova.plugins.io do they? ;) Is there a way to have a text dump of all plugins available in c.p.r? This is for testing cordova-ios 4.0.x - To

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Anis KADRI
http://plugins.cordova.io/_view/searcher returns all plugins you'd have to filter/parse JSON you get back to get the ID Reference: http://goo.gl/alPWzY On Wed, Mar 18, 2015 at 5:28 PM, Shazron shaz...@gmail.com wrote: Oops its http://plugins.cordova.io/ On Wed, Mar 18, 2015 at 5:27 PM,

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Shazron
Oops its http://plugins.cordova.io/ On Wed, Mar 18, 2015 at 5:27 PM, Shazron shaz...@gmail.com wrote: I don't suppose someone has a plugin.xml with dependencies for all the plugins in cordova.plugins.io do they? ;) Is there a way to have a text dump of all plugins available in c.p.r? This

Re: [cordova.plugins.io] Dump of all plugin ids

2015-03-18 Thread Shazron
Nice! I'll create a script to generate the plugin.xml automatically for anyone else that needs it for testing. Thanks Anis! On Wed, Mar 18, 2015 at 5:43 PM, Anis KADRI anis.ka...@gmail.com wrote: http://plugins.cordova.io/_view/searcher returns all plugins you'd have to filter/parse JSON you