tmaximini / generator-ionic-gulp

A Yeoman generator for fast hybrid app development that stays out of your way
134 stars 36 forks source link

PhoneGap Plugins? #38

Closed talford closed 8 years ago

talford commented 8 years ago

So, pretty new to PhoneGap/Cordova... Using this generator, but cannot seem to figure out how to get the PhoneGap plugins to get built with this generator (or properly add to the build process). :/

tmaximini commented 8 years ago

what did you try? and which plugin are you trying to install, from my experience it is as easy as ionic plugin add org.apache.cordova.camera for example. some plugins require additional install steps though.