ynpx
v2.1.6
Published
`npx` equivalent in yarn
Maintainers
Readme
README.md
`npx` equivalent in yarnthis module name is ynpx not ypx
fist run (when not have cache), need a long wait

second run only need 5.x sec

install
npm install -g ynpxUsage
ynpx -p esm -p mocha --prefer-offline -- "!(node_modules)/**/*.{test,spec}.{ts,tsx}"
ynpx jestynpx -q cowsay -- "workflows test"

alias
after install u can use alias name for start it
ynpx mocha
yypx mocha
ypx mochaother yarn tools
links
- https://github.com/yarnpkg/yarn/issues/3937
