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
This commit is contained in:
Andrey Kucherenko
2016-06-29 14:38:28 +02:00
committed by Sindre Sorhus
parent 6ea16cdcba
commit b46dc2b536

View File

@@ -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