ynpx

`npx` equivalent in yarn

  • ynpx

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ynpx
3502.1.6a year ago4 years agoMinified + gzip package size for ynpx in KB

Readme

.github/workflows/test.yml
README.md
`npx` equivalent in yarn
this module name is ynpx not ypx
fist run (when not have cache), need a long wait

image
second run only need 5.x sec

image_1

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"

image_2

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