Skip to content

Commit 8eed621

Browse files
committed
Sorry, I couldn't resist
1 parent c1c61a4 commit 8eed621

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ This is where Knip comes in:
2222
- [x] Supports JavaScript-only projects using ESM (without a `tsconfig.json`)
2323

2424
Knip really shines in larger projects where you have non-production files (such as `/docs`, `/tools` and `/scripts`).
25-
The `includes` setting in `tsconfig.json` is often too broad, resulting in too many false negatives. Similar projects
26-
either detect only unimported files, or only unused exports. Most of them don't work by configuring entry files, an
27-
essential feature to produce good results. This also allows to unleash knip on a specific part of your project, and work
28-
these separately.
25+
The `includes` setting in `tsconfig.json` is often too broad, resulting in too many false negatives. To produce good
26+
results it's essential to configure entry files. A comparison with similar toos answers the question
27+
[Why yet another unused file/dependency/export finder?](#why-yet-another-unused-filedependencyexport-finder)
2928

30-
✂️ Knip is another fresh take on keeping your projects clean & tidy!
29+
Knip is a fresh take on keeping your projects clean & tidy!
30+
31+
[![An orange cow with scissors, Van Gogh style](./assets/cow-with-orange-scissors-van-gogh-style.webp)](https://labs.openai.com/s/xZQACaLepaKya0PRUPtIN5dC)
32+
<sup>_“An orange cow with scissors, Van Gogh style” - generated with OpenAI_</sup>
3133

3234
## Installation
3335

314 KB
Loading
64.9 KB
Loading

0 commit comments

Comments
 (0)