posted: 2018/07/08
npm install ( or yarn add ) github:username/reponame でgithubからイントールできる
githubからmaster持ってきたかったり、ちょろっとしたの使いたかったした場合
npm install github:username/repo
でインストールできる
ハッシュとか指定したいなら
npm instal github:username/repo#hash
でOK。
なんとなく罪悪感も感じるが
github:
を省略してもgithubということになるらしいnpm install githubname/repo
yarnでもできる
yarn add github:username/repo#hash
自前のパッケージの場合、ちゃんとpackage.jsonのバージョンを上げないと最新が反映されないこととかあるので注意