roeb / NuGetLicenseInfo

Extract the license infos from package.config files and saved in a markdown file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuGetLicenseInfo

Extract the license infos from package.config files and saved in a markdown file

Sample

NugetLicenseInfo.exe --packages=C:\MyProject1\packages.config,C:\MyProject2\packages.config --output=C:\Temp\licenseInfos.md

Parameters:

Source path to the package.config files. You can choose as many as you like. They must be separated with a comma.

--packages=[package.config PATH],[package.config PATH], ...

Output folder and filename. The folder does not have to exist.

--output=[PATH_TO_MD_FILE.md]

Output Sample:

NugetLicenses.md

About

Extract the license infos from package.config files and saved in a markdown file

License:Other


Languages

Language:C# 100.0%