npx (Node.js)

npx is a tool bundled with npm that runs a package's command without installing it globally. It downloads the package on demand (or uses a local copy)…