mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-23 20:08:06 -08:00
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:
committed by
Sindre Sorhus
parent
6ea16cdcba
commit
b46dc2b536
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user