nativescript
Version:
Command-line interface for building NativeScript projects
26 lines (18 loc) • 604 B
Markdown
<% if (isJekyll) { %>---
title: ns package-manager get
position: 19
---<% } %>
# ns package-manager get
### Description
Prints the value of the current package manager.
### Commands
Usage | Synopsis
------|-------
General | `$ ns package-manager get`
<% if(isHtml) { %>
### Related Commands
Command | Description
----------|----------
[package-manager-set](package-manager-set.html) | Enables the specified package manager for the NativeScript CLI. Supported values are npm, yarn and pnpm.
[package-manager-get](package-manager-get.html) | Prints the value of the current package manager.
<% } %>