Skip to content

Instantly share code, notes, and snippets.

@robabby
Last active January 18, 2018 22:03
Show Gist options
  • Select an option

  • Save robabby/f82ec4de62f5bacdb528368ad0812bf6 to your computer and use it in GitHub Desktop.

Select an option

Save robabby/f82ec4de62f5bacdb528368ad0812bf6 to your computer and use it in GitHub Desktop.
list linked npm/yarn packages
ls -l node_modules | grep ^l
alias showHidden="ls -l node_modules | grep ^l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment