Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
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.


Next Step:

Add your project code