Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 607 Bytes

package-manager-get.md

File metadata and controls

26 lines (18 loc) · 607 Bytes

<% if (isJekyll) { %>--- title: tns package-manager get position: 19 ---<% } %>

tns package-manager get

Description

Prints the value of the current package manager.

Commands

Usage Synopsis
General $ tns package-manager get

<% if(isHtml) { %>

Related Commands

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.
<% } %>