Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 909 Bytes

File metadata and controls

27 lines (22 loc) · 909 Bytes

plugin

Usage Synopsis
List plugins $ tns plugin
Manage plugins $ tns plugin <Command>

Lets you manage the plugins for your project.

Attributes

<Command> extends the plugin command. You can set the following values for this attribute.

  • add - Installs the specified plugin and its dependencies.
  • remove - Uninstalls the specified plugin and its dependencies.
  • find - Finds NativeScript plugins in npm.
  • search - Finds NativeScript plugins in npm.

<% if(isHtml) { %>

Related Commands

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