cordova plugin add <plugin...>
Add specified plugins
Arguments
Name | Description |
---|---|
plugin | folders |
Options
Name | Description |
---|---|
--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 |
--noregistry | Don't search the registry for plugins |
--link | When 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 |
--nosave | Do NOT save the <plugin-spec> as part of the plugin element into config.xml or package.json |
--force | Forces copying source files from the plugin even if the same file already exists in the target directory |