npx

npm 패키지에서 바이너리 실행. 더 많은 정보: https://github.com/npm/npx.

npx {{명령어}} {{인자1 인자2 ...}}

npx --package {{패키지}} {{명령어}}

npx --no-install {{명령어}} {{인자1 인자2 ...}}

npx --quiet {{명령어}} {{인자1 인자2 ...}}

npx --help