Getting Started
Requirements
Knip v3 requires Node.js v18.6 or higher. Or Bun.
Installation
The recommended way to install Knip is by using your package manager:
Knip uses typescript
and @types/node
as peer dependencies to increase
compatibility with your project (they are likely already in your node_modules
anyway).
Add a knip
script to your package.json
:
Run Knip
Now you can run Knip to lint your project:
Knip will lint your project and output unused files, dependencies and exports.
Without Installation
Alternatively, try Knip without adding it to your project:
ISC License © 2024 Lars Kappert