Skip to content

Commit b89abbd

Browse files
committed
docs: add alias to plugin add/install
1 parent c18a818 commit b89abbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/man_pages/lib-management/plugin-add.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ position: 1
88
Usage | Synopsis
99
------|-------
1010
General | `$ tns plugin add <Plugin>`
11+
Alias | `$ tns plugin install <Plugin>`
1112

1213
<% if(isConsole) { %>Installs the specified plugin and any packages that it depends on.<% } %>
1314
<% if(isHtml) { %>Installs the specified plugin and its dependencies in the local `node_modules` folder, adds it to the `dependencies` section in `package.json`, and prepares the plugin for all installed platforms. If you have not configured any platforms for the project, the NativeScript CLI will prepare the plugin when you add a platform. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md).<% } %>

docs/man_pages/lib-management/plugin-install.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ position: 3
88
Usage | Synopsis
99
------|-------
1010
General | `$ tns plugin install <Plugin>`
11+
Alias | `$ tns plugin add <Plugin>`
1112

1213
<% if(isConsole) { %>Installs the specified plugin and any packages that it depends on.<% } %>
1314
<% if(isHtml) { %>Installs the specified plugin and its dependencies in the local `node_modules` folder, adds it to the `dependencies` section in `package.json`, and prepares the plugin for all installed platforms. If you have not configured any platforms for the project, the NativeScript CLI will prepare the plugin when you add a platform. For more information about working with plugins, see [NativeScript Plugins](https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md).<% } %>

0 commit comments

Comments
 (0)