Skip to content

bmcdavid/nuget-license

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuget License Utility Build Status NuGet

A .net core tool to print the licenses of a project. This tool support .NET Core and .NET Standard Projects.

Usage

Usage: dotnet-project-licenses [options]

** Options:

Option Description
-i Project Folder

dotnet-project-licenses tool

Install tool

dotnet tool install --global dotnet-project-licenses

Uninstall tool

dotnet tool uninstall --global dotnet-project-licenses

Using tool

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

About

.NET Core tool to get the licenses of a project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%