Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.06 KB

File metadata and controls

29 lines (24 loc) · 1.06 KB

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.
  • update - Uninstalls and installs the specified plugin(s) 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 update Updates the specified plugin(s) and its dependencies.
plugin find Finds NativeScript plugins in npm.
plugin search Finds NativeScript plugins in npm.
<% } %>