Node.jsを使うときにとりあえずグローバルインストールしているもの
2020 / 4 / 17

netlify cli
https://docs.netlify.com/cli/get-started/#installation
http-server
https://github.com/http-party/http-server
vue cli
gatsby cli
https://www.gatsbyjs.org/docs/gatsby-cli/
firebase tools
https://github.com/firebase/firebase-tools
ちなみに
グローバルインストールされているものを調べるにはこのコマンドがよさげ
npm ls -g --depth=0