Description
Better performance, more efficient deps mgmt
CLI
pnpm rm # | uninstall | un
pnpm add pkg-name
pnpm i # | install [<pkgs>]
pnpm prune # Remove unness pkgs
pnpm cache delete # [<pkgs>]
dlx
pnpm dlx
- Download and execute pkg wo installing it globally
- For tools and CLIs not intended for global installation