Node.js CLI tool to visualize an aggregate list of your project's dependencies' licenses.
yarn global add licenseye
npm install -g licenseye
In any valid Node.js project that contains a node_modules/ directory you can run licenseye:
$ licenseye
- licensewatch - event-emitter Node.js library that recurses a node_modules/ directory to fetch license information.
MIT @ Liran Tal