As a developer, this tool helps you list out all the licenses used by open source and third-party components present in the codebase and then identify high and medium level risky licenses and gate them informing the developer.
- Clone this tool on your device.
- generate the
output.jsonfile usinggo-license-detecter. - for generating
output.jsonfile refer here. - add the
output.jsonfile to the root director of the cloned project and run the following.
node index.js
- a html file
RiskyLicenseList.htmlwill be generated with information consisting of risky license and files in which they are present.