npm
패키지에서 바이너리 실행. 더 많은 정보: https://github.com/npm/npx.
npm
패키지에서 명령을 실행:npx {{명령어}} {{인자1 인자2 ...}}
npx --package {{패키지}} {{명령어}}
node_modules/.bin
에 명령이 있는 경우 명령을 실행:npx --no-install {{명령어}} {{인자1 인자2 ...}}
npx
자체의 출력을 억제하는 특정 명령을 실행:npx --quiet {{명령어}} {{인자1 인자2 ...}}
npx --help