Back to Pnpm Io

pnpx CLI

versioned_docs_archived/version-3.x/pnpx-cli.md

latest435 B
Original Source

npm has a great package runner called npx. pnpm offers the same tool via the pnpx command. The only difference is that pnpx uses pnpm for installing packages.

The following command installs a temporary create-react-app and calls it, without polluting global installs or requiring more than one step!

pnpx create-react-app my-cool-new-app