cordova plugin add <plugin...>

Add specified plugins

Arguments

NameDescription
pluginfolders

Options

NameDescription
--searchpath <directory>When looking up plugins by ID, look in this directory and each of its subdirectories before hitting the registry. Multiple search paths can be specified. Use ':' as a separator in *nix based systems and ';' for Windows
--noregistryDon't search the registry for plugins
--linkWhen installing from a local path, creates a symbolic link instead of copying files. The extent to which files are linked varies by platform. Useful for plugin development
--nosaveDo NOT save the <plugin-spec> as part of the plugin element into config.xml or package.json
--forceForces copying source files from the plugin even if the same file already exists in the target directory