I’m looking for a simple way to identify all open source libraries referenced in any of my repos, and which license applies to each.
I have a few hundred repos in GitHub and BitBucket.
Most of the code is Python, Typescript or other flavors of JavaScript.
I don’t need anything fancy. Just a one-time scan that outputs a list of all the open source dependencies.
Any recommendations? Thank you!