Perform Dynamic Execution of an npm Package
Sometimes, all you want to do is grab an npm package and execute a command with it, without having to install it (whether globally or as a dependency).
That's what you can do with pnpm dlx.
An example
pnpm dlx vercel deploy
This example shows how to...
techwatching.hashnode.dev1 min read