0.2.0 • Published 9 years ago

grunt-jscpd-reporter v0.2.0

Weekly downloads
126
License
MIT
Repository
github
Last release
9 years ago

Grunt JSCPD Reporter

=======================

NPM

What is it?

This grunt task extension is able to create different report output formats based on JavaScript Copy- Past- Detector reports. JSCPD Reporter just creates readable output formats. Use https://github.com/mazerte/grunt-jscpd to detect Copy- Past- errors.

Hint: Currently only HTML-Output is supported.

Screenshot

Screenshot-1

Demo

Take a look at the Demo

Requirement dependency

By using grunt-jscpd this extension will create an readable HTML file which is based on grunt-jscpd xml-output.

Build for jscpd & grunt-jscpd 0.0.11

Grunt task https://github.com/mazerte/grunt-jscpd is required.

Install

npm install grunt-jscpd-reporter

Configuration

Gruntfile

// Gruntfile.js
grunt.loadNpmTasks('grunt-jscpd-reporter');

Configure sourceFile and outputDir in grunt.initConfig();

jscpdreporter: {
    options: {
        sourcefile: '<grunt-jscpd>/output.xml',
        outputDir: 'report/'
    }
}

Release log

0.2.0

0.1.5 & 0.1.4 Stable release

0.1.3 alpha release

  • Added demo link and screenshots.

0.1.2 alpha release

0.2.0

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago