0.0.6 • Published 9 years ago

grunt-contrib-license-report v0.0.6

Weekly downloads
8
License
-
Repository
github
Last release
9 years ago

grunt-contrib-license-report

NPM version dependencies devDependency Status

Discovers all licenses used in one package and generates a small HTML report.

This module uses the license-checker from davglass, to search for licenses.

Please Note:

The User pdehaan pointed to me, that the part "contrib" inside the name is reserved for official grunt tasks. I didn't know that, at the time, I published this package and want to hereby let you know, that this is NOT an official grunt task! So I'm probably going to mark this one as deprecated and upload it under another name, but I'll let you know when it happened.

Usage

npm install grunt-contrib-license-report --save-dev

Configuration

Load task

grunt.loadNpmTasks('grunt-contrib-license-report');

Set task options

  • target (mandatory): relative path to the location, where the report file will be stored.

      // Plugin configuration(s).
      grunt.initConfig({
          pkg: grunt.file.readJSON('package.json'),
    
          "license-report": {
              target: './report/licenses.html'
          }
      });
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago