1.0.1 • Published 7 years ago

load-licenses v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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