Skip to content

Instantly share code, notes, and snippets.

@gravitymonkey
Created May 26, 2020 11:38
Show Gist options
  • Save gravitymonkey/20f1e5da1371db382be09627c0e44e44 to your computer and use it in GitHub Desktop.
Save gravitymonkey/20f1e5da1371db382be09627c0e44e44 to your computer and use it in GitHub Desktop.
# 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