Skip to content

Instantly share code, notes, and snippets.

@ivan-hilckov
Forked from yyx990803/nl.sh
Created June 27, 2016 11:23
Show Gist options
  • Save ivan-hilckov/70dab74ae19d17bc2d48bcff9fed394b to your computer and use it in GitHub Desktop.
Save ivan-hilckov/70dab74ae19d17bc2d48bcff9fed394b to your computer and use it in GitHub Desktop.
npm list only top level modules.
alias ng="npm list -g --depth=0 2>/dev/null"
alias nl="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