From c2e903ee6056c608acdc36d08c6b4841cb0a23ac Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:20:24 -0700 Subject: [PATCH] docs: list `pnpx` as alias for `pnpm dlx` (#552) --- docs/cli/dlx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli/dlx.md b/docs/cli/dlx.md index b82d5b8ec44d..0856152b4f06 100644 --- a/docs/cli/dlx.md +++ b/docs/cli/dlx.md @@ -3,6 +3,8 @@ id: dlx title: "pnpm dlx" --- +Aliases: `pnpx` is an alias for `pnpm dlx` + Fetches a package from the registry without installing it as a dependency, hotloads it, and runs whatever default command binary it exposes. For example, to use `create-react-app` anywhere to bootstrap a react app without