Last active
August 29, 2015 14:18
-
-
Save martintajur/cb40af048c9e18aa010e to your computer and use it in GitHub Desktop.
List all licenses used across all npm modules recursively
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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