Created
May 26, 2020 11:38
-
-
Save gravitymonkey/20f1e5da1371db382be09627c0e44e44 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# list python licenses | |
sudo -s | |
pip3 install -U pip-licenses | |
exit | |
pip-licenses | |
# list javascript/npm licenses | |
npm install -g license-checker | |
license-checker --production --csv --direct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment