Installation

Install npm

# Install pnpm globally
npm install --global pnpm

Usage

Install dependencies

# Initialize project with pnpm
pnpm install

Patching

# Specify which package to patch
pnpm patch <pkg-name>@<version>
 
# Open the provided path in editor
code <temp-path>
 
# Make changes to the package
 
# Create patched package
pnpm patch-commit <temp-path>

Check dependencies

# Check licenses
pnpm licenses list

Appendix