Compare commits

...

3 Commits

Author SHA1 Message Date
Bart Waardenburg 2c27f29809 Add fallow to QA Tools (#1056) 2026-04-23 12:42:51 +02:00
Jakub Mazurek 797454fff1 docs: add rev-dep to qa tools (#970) 2026-04-20 22:11:04 +02:00
ZAKARIA ELALAOUI 63ed3b0713 Add Nuxt (#924) 2026-04-20 21:55:22 +02:00
+3
View File
@@ -215,6 +215,8 @@ 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.
* [fallow](https://github.com/fallow-rs/fallow) - Finds dead code, duplication, circular dependencies, and complexity hotspots in JavaScript and TypeScript projects.
## MVC Frameworks and Libraries
@@ -1024,6 +1026,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Next.js](https://github.com/vercel/next.js) - React powered static site generator, and they say "All the tools you need to make the Web. Faster.".
* [Lume](https://github.com/lumeland/lume) - Static site generator for Deno.
* [Astro](https://github.com/withastro/astro) - The web framework for content-driven websites.
* [Nuxt](https://github.com/nuxt/nuxt) - The Intuitive Vue Framework.
## SDK