kessler / license-report

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

Link field returning the git link instead of the homepage #125

Closed Roshanalexander closed 1 year ago

Roshanalexander commented 1 year ago

Is there any way to display the git homepage url instead of the git clone url in the report?

Right now, field=link returns git+https://github.com/axios/axios.git instead of returning the repo homepage url https://github.com/axios/axios.

image

BePo65 commented 1 year ago

Technically it would be no problem to make the 'homepage' field as an additional optional field to license-report. But we wanted to avoid an inflation of fields in license-report - in the end, we would take all fields from the package.json 😄 .

So I think it is time to think about adding new fields by configuration (i,e, by settings in the config file).

Give me a few days.

Roshanalexander commented 1 year ago

That'd be awesome. Thank you!

BePo65 commented 1 year ago

fixed by pr #125.