Installation
Install npm
# Install pnpm globally
npm install --global pnpmUsage
Install dependencies
# Initialize project with pnpm
pnpm installPatching
# 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