Commands.app

yarn dlx

Execution

Run a package binary without installing (like npx)

Examples
Common usage examples

Run create-react-app without installing

yarn dlx create-react-app my-app

Run eslint without installing

yarn dlx eslint --version
Notes
  • Available in Yarn 2+ (Berry)
Related Commands
You might also find these useful