3
points
EN

Does a simple comparison like Public Domain > Permissive > Weakly Protective > Strongly Protective > Network Protective of the primary dependencies in node_modules (no recursive search). Checks for unlicensed or unknown licenses.
Simple steps:
- Install:
npm install -g license-compatibility-checker - Go to project directory.
- Create report:
npx license-compatibility-checker
0 comments
Show comments
Add comment