mwittig / npm-license-crawler

Analyzes license information for multiple node.js modules (package.json files) as part of your software project.
BSD 3-Clause "New" or "Revised" License
233 stars 45 forks source link

Allow --relativeLicensePath #8

Closed timfish closed 7 years ago

timfish commented 7 years ago

Many thanks for npm-license-crawler, I'm also using it to generate output from jspm_packages which appears to work great.

license-checker has a --relativeLicensePath option. It would be useful so I can include the full licence text in my generated licences page.

mwittig commented 7 years ago

OK, sounds reasonable to me and should not be difficult to implement. I'll put this on my list

timfish commented 7 years ago

Thanks!

mwittig commented 7 years ago

Released npm-license-crawler@0.1.5.

Please let me know if the feature suits your requirements. If you like npm-license-crawler, please consider ★ starring the project .

timfish commented 7 years ago

Looks good, I'll give it a go.

timfish commented 7 years ago

This is great. Thanks!