npm install で github のリポジトリからインストールする

npm installgithubリポジトリを指定してインストールする方法の覚書。

$ npm install osyo-manga/thomash-node-audio-metadata

また #{branch 名} を付けることで任意のブランチからインストールすることも出来ます。

$ npm install osyo-manga/thomash-node-audio-metadata#fix-fs_close

便利。

参照