carlosrivera / load-licenses

Retrieve the licenses for your project's dependencies

Home Page:https://npmjs.com/load-licenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Retrieve the licenses for your project's dependencies

https://npmjs.com/load-licenses

License:MIT License


Languages

Language:JavaScript 100.0%