Last active
January 18, 2018 22:03
-
-
Save robabby/f82ec4de62f5bacdb528368ad0812bf6 to your computer and use it in GitHub Desktop.
list linked npm/yarn packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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