load-licenses
v1.0.1
Published
Retrieve the licenses for your project's dependencies
Downloads
9
Maintainers
Readme
load-licenses
Retrieve the licenses for your project's dependencies:
Usage
const getLicenses = require('load-licenses')
getLicenses(process.mainModule)
Contribute
- Fork this repository to your own GitHub account and then clone it to your local device
- Link the package to the global module directory:
npm link
- Within the module you want to test your local development instance of load-licenses, just link it to the dependencies:
npm link load-licenses
. Instead of the default one from npm, node will now use your clone of the package!
Author
Leo Lamprecht (@notquiteleo) - ▲ZEIT