Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 340 Bytes

whodis.md

File metadata and controls

23 lines (15 loc) · 340 Bytes

new mac, who dis?

Things useful for moving to a new machine.

To list all tools installed with Homebrew:

brew leaves

To list all global npm packages:

npm ls -g

(The yarn equivalent is yarn global list).

To see which binaries have been installed wit npm:

ls -l $(npm bin -g) | grep node_modules