In this list, I present most important phonegap plugins and how to install them to your project. Before going through this list, you should first have a look at How to Develop Phonegap Hello World Application
- Splash Screen. Run following command to add splash screen plugin into your existing project.
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
- Device API. Run following command to add device plugin into your existing project.
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git