From 797454fff114d6ea846c4051d54921578b1c17dd Mon Sep 17 00:00:00 2001 From: Jakub Mazurek Date: Mon, 20 Apr 2026 22:11:04 +0200 Subject: [PATCH] docs: add rev-dep to qa tools (#970) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e1f23d..12ff2d1 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Pre-evaluate code at buildtime](https://github.com/kentcdodds/preval.macro) - Pre-evaluate your front end javascript code at build-time * [JS-Beautifier](https://github.com/beautify-web/js-beautify) - Npm cli and library to format JS code. * [husky](https://github.com/typicode/husky) - Prevents bad git commit, git push and more. +* [Rev-dep](https://github.com/jayu/rev-dep) - Trace imports, identify circular dependencies, find unused code, clean node modules — all from a blazing-fast CLI. ## MVC Frameworks and Libraries