Skip to content

Instantly share code, notes, and snippets.

@attluh
Forked from yyx990803/nl.sh
Created July 16, 2017 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save attluh/1b4dbbf45e2b6c3eaf6eee35bfe74d7f to your computer and use it in GitHub Desktop.
Save attluh/1b4dbbf45e2b6c3eaf6eee35bfe74d7f 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