Skip to content

Instantly share code, notes, and snippets.

@martintajur
Last active August 29, 2015 14:18
Show Gist options
  • Save martintajur/cb40af048c9e18aa010e to your computer and use it in GitHub Desktop.
Save martintajur/cb40af048c9e18aa010e to your computer and use it in GitHub Desktop.
List all licenses used across all npm modules recursively
# You need to have licensecheck npm module installed globally in order this to work.
# Install it via: npm install -g licensecheck
find . -name "package.json" | sed 's/package.json$//g' | xargs licensecheck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment