Usage: $0 plugin add [options] Description: Add a plugin to your application. can be a plugin id, local directory path, or git repository URL. The plugin id is searched on the plugin registry: http://plugins.cordova.io Multiple plugins can be installed at the same time. Options: --link create a symbolic link to plugin instead of copying the plugin into the project --noregistry do not search the registry for --searchpath searches the directory path and subdirectories for the before searching the registry. Multiple paths can be specified by using --searchpath multiple times or seperating the paths with your system's PATH delimiter (":" on OS X / Linux, ";" on Windows) --save saves the plugin and version to your projects config.xml Examples: $ $0 plugin add /local/path/to/plugin/ $ $0 plugin add http://example.com/path/to/plugin.git $ $0 plugin add cordova-plugin-geolocation $ $0 plugin add cordova-plugin-geolocation --save $ $0 plugin add cordova-plugin-geolocation --searchpath ../local/plugins $ $0 plugin add cordova-plugin-geolocation cordova-plugin-device