Searches a folder recursively for packages.config files and fetches license urls from the nuget package metadata. Then tries simplistically to parse some common license types from the license text.
- Run paket install
mono .paket/paket.exe install
on mac or linux.paket/paket.exe install
on windows
- Run the script providing a root folder
fsharpi ./FetchNugetLicenses.fsx <root-folder>
on mac or linuxfsi FetchNugetLicenses.fsx <root-folder>
on windows
- Profit! (or non-profit)