/load-licenses

Retrieve the licenses for your project's dependencies

Primary LanguageJavaScriptMIT LicenseMIT

load-licenses

Build Status XO code style Slack Channel

Retrieve the licenses for your project's dependencies:

Usage

const getLicenses = require('load-licenses')

getLicenses(process.mainModule)

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Link the package to the global module directory: npm link
  3. 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