Commit Graph
1 Commits
Author SHA1 Message Date
Andrey Kucherenko b46dc2b536 Add jscpd - Copy/paste detector for source code
`jscpd` is a tool for detect copy/paste in programming code. Supports different languages like javascript, coffeescript, java, typescript, css, less, html, etc. As report `jscpd` use console output, json and xml/html formats. Also `jscpd` can show authors of duplication based on `git blame` report.

Homepage: https://github.com/kucherenko/jscpd

Closes #541
2016-06-29 14:38:55 +02:00