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
234 stars 45 forks source link

Add support for Include? #41

Open stuartaylward opened 5 years ago

stuartaylward commented 5 years ago

Exclude is an option to exclude specific paths from the scan. However there is no Include option.

An Include option would allow you to choose more than one path to include multiple specific package.json files.

Example case. My project package.json file includes a dependency that is also maintained by me, by me and has it's own third party dependencies. So I want to scan my root package.json and a specific child package.json, but not the others.

Can this be added?