@@ -109,33 +109,35 @@ Special thanks to the wonderful people who have contributed to this project:
109
109
110
110
A curated selection of articles about Knip, most recent first:
111
111
112
- - dip Engineer Blog: [ Knipで安心してデッドコードを撲滅する] [ 11 ]
112
+ - Mohammed Farmaan: [ Declutter Your JavaScript and TypeScript Projects] [ 11 ]
113
+ (2025-08-13)
114
+ - dip Engineer Blog: [ Knipで安心してデッドコードを撲滅する] [ 12 ]
113
115
(2025-04-04/Japanese 🇯🇵)
114
- - Tom MacWright: [ Knip: good software for cleaning up TypeScript tech debt] [ 12 ]
116
+ - Tom MacWright: [ Knip: good software for cleaning up TypeScript tech debt] [ 13 ]
115
117
(2024-10-25)
116
- - Neng Apichet: [ มาทำความสะอาด Project โค้ดของเราด้วย Knip กัน] [ 13 ]
118
+ - Neng Apichet: [ มาทำความสะอาด Project โค้ดของเราด้วย Knip กัน] [ 14 ]
117
119
(2024-10-22/Thai 🇹🇭)
118
120
- Anthony Pena: [ Knip: l'ultime outil pour faire le ménage dans vos
119
- projets!] [ 14 ] (2024-10-08/French 🇫🇷)
120
- - Taro: [ TypeScript/JavaScriptの不要なコードを削除するツール「Knip」の紹介] [ 15 ]
121
+ projets!] [ 15 ] (2024-10-08/French 🇫🇷)
122
+ - Taro: [ TypeScript/JavaScriptの不要なコードを削除するツール「Knip」の紹介] [ 16 ]
121
123
(2024-07-25/Japanese 🇯🇵)
122
- - Maddy Miller: [ Using Knip to find dead code in a high-traffic git repo] [ 16 ]
124
+ - Maddy Miller: [ Using Knip to find dead code in a high-traffic git repo] [ 17 ]
123
125
(2023-09-17)
124
- - Josh Goldberg: [ Speeding Up Centered Part 4: Unused Code Bloat] [ 17 ]
126
+ - Josh Goldberg: [ Speeding Up Centered Part 4: Unused Code Bloat] [ 18 ]
125
127
(2023-08-21)
126
128
- Smashing Magazine: [ Knip: An Automated Tool For Finding Unused Files, Exports,
127
- And Dependencies] [ 18 ] (2023-08-14)
129
+ And Dependencies] [ 19 ] (2023-08-14)
128
130
- Effective TypeScript: [ Recommendation Update: ✂️ Use knip to detect dead code
129
- and types] [ 19 ] (2023-07-29)
131
+ and types] [ 20 ] (2023-07-29)
130
132
131
133
## Don't just take our word for it
132
134
133
135
<Posts />
134
136
135
137
## Read More
136
138
137
- - [ Unused dependencies] [ 20 ]
138
- - [ Unused exports] [ 21 ]
139
+ - [ Unused dependencies] [ 21 ]
140
+ - [ Unused exports] [ 22 ]
139
141
140
142
[ 1 ] : https://www.npmjs.com/package/knip
141
143
[ 2 ] : https://img.shields.io/npm/v/knip?color=f56e0f
@@ -147,19 +149,20 @@ A curated selection of articles about Knip, most recent first:
147
149
[ 8 ] : ./playground
148
150
[ 9 ] : ./guides/troubleshooting.md
149
151
[ 10 ] : https://www.jamesshopland.com
150
- [ 11] :
152
+ [ 11 ] : https://farmaan.dev/writing/using-knip
153
+ [ 12] :
151
154
https://developer.dip-net.co.jp/entry/2025/04/04/Knipで安心してデッドコードを撲滅する
152
- [ 12 ] : https://macwright.com/2024/10/25/good-software-knip
153
- [ 13] :
154
- https://engineering.thinknet.co.th/มาทำความสะอาด-project-โค้ดของเราด้วย-knip-กัน-20dbd65f6b58
155
+ [ 13 ] : https://macwright.com/2024/10/25/good-software-knip
155
156
[ 14] :
157
+ https://engineering.thinknet.co.th/มาทำความสะอาด-project-โค้ดของเราด้วย-knip-กัน-20dbd65f6b58
158
+ [ 15] :
156
159
https://k49.fr.nf/knip-l-ultime-outil-pour-faire-le-menage-dans-vos-projets/
157
- [ 15 ] : https://tech.basemachina.jp/entry/introduction-knip
158
- [ 16 ] : https://madelinemiller.dev/blog/knip-dead-code/
159
- [ 17] :
160
- https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
160
+ [ 16 ] : https://tech.basemachina.jp/entry/introduction-knip
161
+ [ 17 ] : https://madelinemiller.dev/blog/knip-dead-code/
161
162
[ 18] :
163
+ https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
164
+ [ 19] :
162
165
https://www.smashingmagazine.com/2023/08/knip-automated-tool-find-unused-files-exports-dependencies/
163
- [ 19 ] : https://effectivetypescript.com/2023/07/29/knip/
164
- [ 20 ] : ./typescript/unused-dependencies.md
165
- [ 21 ] : ./typescript/unused-exports.md
166
+ [ 20 ] : https://effectivetypescript.com/2023/07/29/knip/
167
+ [ 21 ] : ./typescript/unused-dependencies.md
168
+ [ 22 ] : ./typescript/unused-exports.md
0 commit comments