From db93a9dfecbdf42c45dc70c737c19f8d82425a81 Mon Sep 17 00:00:00 2001 From: "N. V. Lang" Date: Wed, 17 Jul 2024 23:09:23 +0200 Subject: [PATCH] docs(readme): add Knip to list of cool software --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9de72d7..564352e 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ libraries. Some notable examples are MathJax and TikZ. - [VitePress], a great [SSG] for docs. - [`node-poppler`], a Node.js wrapper for Poppler, which can used to convert PDFs to SVGs. +- [Knip], a tool for detecting unused files, dependencies, and exports. [`fast-check`]: https://fast-check.dev [`plop`]: https://github.com/plopjs/plop @@ -180,3 +181,4 @@ libraries. Some notable examples are MathJax and TikZ. [`node-poppler`]: https://github.com/Fdawgs/node-poppler [ESM-only]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c [`create-sveltex`]: https://www.npmjs.com/package/create-sveltex +[Knip]: https://github.com/webpro-nl/knip