From 59b976492c2cac3c09fabfe182d4c80e8410f2b5 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sat, 22 Nov 2014 13:36:17 -0800 Subject: [PATCH] Added jsinspect --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc41926..0d46a49 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [JSHint](https://github.com/jshint/jshint/) - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code. * [jscs](https://github.com/jscs-dev/node-jscs) - JavaScript Code Style checker. * [jsfmt](https://github.com/rdio/jsfmt) - For formatting, searching, and rewriting JavaScript. +* [jsinspect](https://github.com/danielstjules/jsinspect) - Detect copy-pasted and structurally similar code. * [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript. * [ESLint](https://github.com/eslint/eslint) - A fully pluggable tool for identifying and reporting on patterns in JavaScript.