Skip to content

Instantly share code, notes, and snippets.

@dudash
Created February 17, 2017 19:41
Show Gist options
  • Save dudash/988117071e4a1dae1cb924b5837298a5 to your computer and use it in GitHub Desktop.
Save dudash/988117071e4a1dae1cb924b5837298a5 to your computer and use it in GitHub Desktop.
NPM aliases for your shell
alias npmlsg="npm list -g --depth=0 2>/dev/null"
alias npmls="npm list --depth=0 2>/dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment