<% if (isJekyll) { %>--- title: tns package-manager get position: 19 ---<% } %>
Prints the value of the current package manager.
Usage | Synopsis |
---|---|
General | $ tns package-manager get |
<% if(isHtml) { %>
Command | Description |
---|---|
package-manager-set | Enables the specified package manager for the NativeScript CLI. Supported values are npm, yarn and pnpm. |
package-manager-get | Prints the value of the current package manager. |
<% } %> |