...
Code Block | ||||
---|---|---|---|---|
| ||||
cordova plugin add https://github.com/blinkmobile/cordova-plugin-sketch.git --save |
This will install download and add the sketch plugin.
--save
The --save is very important - this option needs to be added, as this will update your config.xml file automatically with the plugin details.
...
Repeat this process for any other Cordova plugins you wish to include.