From b46dc2b536582a8b059453a015d8a83ad608a9d5 Mon Sep 17 00:00:00 2001 From: Andrey Kucherenko Date: Wed, 29 Jun 2016 14:38:28 +0200 Subject: [PATCH] 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 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6f94db6..36cd2d9 100644 --- a/readme.md +++ b/readme.md @@ -161,6 +161,7 @@ - [npm-home](https://github.com/sindresorhus/npm-home) - Open the npm page of a package. - [trymodule](https://github.com/VictorBjelkholm/trymodule) - Try out npm packages in the terminal. - [terminal-recorder](https://github.com/cortezcristian/terminal-recorder) - Record your terminal usage and export it to interactive HTML. +- [jscpd](https://github.com/kucherenko/jscpd) - Copy/paste detector for source code. ### Functional programming