wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

Create Nuke-Addon #18

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

If I understand it correctly there's currently only a way to create like a static XXXTasks class, which contains all the functionality that you want (i.e.: https://github.com/GeorgDangl/Nuke.GitHub/blob/develop/src/Nuke.GitHub/GitHubTasks.cs)

So we need a public static ExtractLicensesTasks class...

wgnf commented 2 years ago

Create something under test-data where this can be tested (automatically in the future)

wgnf commented 2 years ago

Name the package Nuke.ExtractLicenses just like Cake.ExtractLicenses