npx
npmに含まれる便利コマンド
package.jsonのscriptsが短く実行可能
npx command
Before npm run command
いちいちインストールしなくても試せる
各Node.jsバージョンにglobal installしなくても良くなる