kessler / license-report

create a short report about a project's dependencies (license, url etc)
MIT License
223 stars 39 forks source link

add regex support for package exlusions - solves #139 #144

Closed BePo65 closed 11 months ago

BePo65 commented 1 year ago

Add regex support for package exlusions. The configuration now has a property 'excludeRegex', which can be used to exclude packages by using a regular expression selecting the names of the packages to exclude - wildcards are allowd.

BePo65 commented 11 months ago

pr #144 squashed and merged.