npm

npm CLI

The npm CLI is the official command-line interface for the npm package manager, providing developers with tools to install, publish, and manage JavaScript packages and their dependencies. It supports package publishing with provenance attestation via Sigstore, workspace management for monorepos, script execution, semantic versioning, and comprehensive dependency tree management. The CLI is bundled with Node.js and serves as the primary developer interface for interacting with the npm registry.

API entry from apis.yml

apis.yml Raw ↑
aid: npm:cli
name: npm CLI
description: The npm CLI is the official command-line interface for the npm package manager, providing
  developers with tools to install, publish, and manage JavaScript packages and their dependencies. It
  supports package publishing with provenance attestation via Sigstore, workspace management for monorepos,
  script execution, semantic versioning, and comprehensive dependency tree management. The CLI is bundled
  with Node.js and serves as the primary developer interface for interacting with the npm registry.
humanURL: https://docs.npmjs.com/cli
tags:
- Command Line
- Package Management
- JavaScript
- Node.js
- Developer Tools
properties:
- type: Documentation
  url: https://docs.npmjs.com/cli
- type: SourceCode
  url: https://github.com/npm/cli