Personally, we use an npm script:

https://github.com/SpiderOak/SpiderOakMobileClient/blob/master/package.json#L9-L10

Ours is overly complicated as it pins to versions of plugins as well as using a 
local version of the cordova cli. You could have one much simpler just using 
`postinstall`:

https://github.com/devgeeks/Canvas2ImageDemo/blob/master/package.json#L13

But there is also an experimental save feature of some kind… 

-- 
tommy-carlos williams

On 22 January 2015 at 21:36:59, Stéphane Wirtel (steph...@wirtel.be) wrote:

Hi all,  

In my project, I use a lot of plugins.  

So, is there a small tool or a config file where I can specify my  
dependencies (plugins) and just with a command line, install all my  
plugins ?  

I think to grunt (Gruntfile.js), bower (bower.json) and npm  
(package.json)  

Thank you,  

Stephane  
--  
Stéphane Wirtel - http://wirtel.be - @matrixise  

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

Reply via email to