yarn dlx
ExecutionRun a package binary without installing (like npx)
Examples
Common usage examples
Run create-react-app without installing
yarn dlx create-react-app my-appRun eslint without installing
yarn dlx eslint --versionNotes
- Available in Yarn 2+ (Berry)
Related Commands
You might also find these useful