Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.12 KB

plugin-find.md

File metadata and controls

29 lines (22 loc) · 1.12 KB

plugin find

Usage Synopsis
General $ tns plugin find [<PluginName>] [--all] [--count <Count>]

Finds NativeScript plugins in npm.

Options

  • --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.

Attributes

  • <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) { %>

Related Commands

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 search Finds NativeScript plugins in npm.
<% } %>