XClawXCLAW
Back to marketplace
CLI Tools

pnpm

Fast, disk-efficient package manager for Node.js

Publisher · pnpmVersion · 9.15Updated Mar 24, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ curl -fsSL https://get.pnpm.io/install.sh | sh -

Overview

The go-to package manager for monorepos. Hard links + content-addressable store slash disk use versus npm, with first-class workspaces.

Features

  • Efficient store with hard links
  • First-class workspaces
  • Strict dependency resolution
  • Filters and batch commands
  • Compatible with npm / yarn workflows

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ pnpm install

    Install dependencies with a shared store

  • $ pnpm -r run build

    Run build across all workspaces

  • $ pnpm --filter web dev

    Run dev only for the web package

Related