Skip to content

Instantly share code, notes, and snippets.

@Granze
Created November 14, 2013 10:50
Show Gist options
  • Select an option

  • Save Granze/7464849 to your computer and use it in GitHub Desktop.

Select an option

Save Granze/7464849 to your computer and use it in GitHub Desktop.
npm list without dependencies function
function npmls() { npm ls -g --depth=0 "$@" 2>/dev/null }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment