最終更新:2022-06-30 (木) 13:54:05 (665d)  

npx
Top / npx

npm

execute npm package binaries

https://www.npmjs.com/package/npx

npx [options] <command>[@version] [command-arg]...

概要

  • 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 5.2.0?より同梱されているコマンド

メモ

  • インストールしていないモジュールを実行(実行後に自動削除)
    $ npx <未インストールのモジュール名>

TypeScript

パッカー

  • yet another executable packer for 4k. last updated on april 2006.

関連