Usage | Synopsis |
---|---|
General | $ tns plugin search [<PluginName>] [--all] [--count <Count>] |
Finds NativeScript plugins in npm.
--all
- Specifies that all results will be shown at once.--count
- Specifies the number of results to show at a time. If not set, the default value is 10. After showing the specified number of results, the CLI will prompt you to continue showing more results or to exit the operation.
NOTE: You cannot set --all and --count simultaneously.
<PluginName>
is the name of plugin that you want to find. When specified the search string in npm will be "nativescript <PluginName>
".<Count>
is the number of the plugins to display.
<% if(isHtml) { %>
Command | Description |
---|---|
plugin | Lets you manage the plugins for your project. |
plugin add | Installs the specified plugin and its dependencies. |
plugin remove | Uninstalls the specified plugin and its dependencies. |
plugin find | Finds NativeScript plugins in npm. |
<% } %> |