ynpx
v2.1.6
Published
`npx` equivalent in yarn
Downloads
5,344
Maintainers
Readme
README.md
`npx` equivalent in yarn
this 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 ynpx
Usage
ynpx -p esm -p mocha --prefer-offline -- "!(node_modules)/**/*.{test,spec}.{ts,tsx}"
ynpx jest
ynpx -q cowsay -- "workflows test"
alias
after install u can use alias name for start it
ynpx mocha
yypx mocha
ypx mocha
other yarn tools
links
- https://github.com/yarnpkg/yarn/issues/3937