-
-
Save dalemanthei/b01789163f248c81bee0 to your computer and use it in GitHub Desktop.
lsn to list node modules, use -g for global installed list, put this in your ~/.bash_profile
This file contains 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
lsn() { | |
npm list $1 --depth=0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment