npx
$(npm bin) やってくれるマン
ライブラリ作者がNode.js環境は整っている人に適当に何かを試させるのが簡単になる。
npxが結構良さそうな件について - Qiitaより
知らないのは損!npmに同梱されているnpxがすごい便利なコマンドだった | Developers.IO
npx - npm
Executes <command> either from a local node_modules/.bin, or from a central cache, installing any packages needed in order for <command> to run
npmのpackageでbinaryで実行できるものがあるときに、これでPATHを気にせずに実行できる?