0.0.8 • Published 9 years ago

grunt-license-report v0.0.8

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

grunt-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.

Getting Started

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this task with this command:

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

Once the task has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

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

Configuration

  • path (mandatory): relative path to the location, where the report file will be stored and also the filename.
  • format (not yet implemented): output format of the file, later versions will allow you, to switch between html, json etc. currently, all output is plain HTML.

      // Plugin configuration(s).
    		  grunt.initConfig({
    		    "grunt-License-Report": {
    		      output: {
    		        path: './report/licenses',
    		        format:'html'
    		      }
    		    }
    		  });
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago