1.0.3 • Published 2 years ago
dpro-npm-license-checker v1.0.3
DPro's NPM License Checker
This tool produces a nice report of your projects direct and recursive dependencies. It is not intended to be a customizable tool, but a straight-forward, simple tool that accomplishes the task of producing a quick report.
If you are looking for a more customizable tool with different options, check out the module this tool is based on.
Installation
npm install -g dpro-npm-license-checkerUsage
From within your project directory (the project you want to release as OSS), run:
dpro-npm-license-checkerIt will create a file named dependencies.csv that you can import into a Google sheet or use however you need.
Make sure you have installed all of your dependencies before running this command (e.g.
npm installoryarn install). It won't be able to find the dependency licenses, otherwise.