Skip to content

Instantly share code, notes, and snippets.

@dalemanthei
Created October 17, 2014 15:12
Show Gist options
  • Save dalemanthei/b01789163f248c81bee0 to your computer and use it in GitHub Desktop.
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
lsn() {
npm list $1 --depth=0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment