This package has been deprecated

Author message:

Deprecated in favor of @webmonkey/license-report-generator

license-report-generator

0.2.1 • Public • Published

license-report-generator Build Status

THIS PACKAGE HAS BEEN DEPRECATED IN FAVOR OF @webmonkey/license-report-generator

finds and stores all dependency licenses

Install

npm install --save license-report-generator

Usage

const _options = { 
  include: ['npm','dev','bower']
};
 
return licenser.generateReport(_options)
  .then((rep) => {
    rep.write('licenses.md');
}).catch((error) => {
  console.log(error);
});

License

MIT © Sebastian Roming

Credits

This is originally based on ux-license-report and bower-license by Banno, combined into one project.

Package Sidebar

Install

npm i license-report-generator

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

17.3 kB

Total Files

29

Last publish

Collaborators

  • sebastianroming