A .net core tool to print the licenses of a project. This tool support .NET Core and .NET Standard Projects.
Usage: dotnet-project-licenses [options]
** Options:
Option | Description |
---|---|
-i |
Project Folder |
Install tool
dotnet tool install --global dotnet-project-licenses
Uninstall tool
dotnet tool uninstall --global dotnet-project-licenses
dotnet-project-licenses --help
dotnet-project-licenses -i projectFolder
Print unique licenses:
dotnet-project-licenses -i projectFolder -u
** Create output file
dotnet-project-licenses -i projectFolder -u -o
** Generate output json file
dotnet-project-licenses -i projectFolder -u -o -j