check-unused
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

Check unused dependencies 🔍

Build Status TypeScript

CLI tool to check package.json and scan project directory for unused dependencies.

Usage

Run tool in the same folder where package.json is located.

Install globally:

npm i -g check-unused

Or run once with NPX:

npx check-unused

Will by default recursively scan from current directory. Pass another location if you want to scan a specific folder, ie:

npx check-unused ./src

Package Sidebar

Install

npm i check-unused

Weekly Downloads

0

Version

0.0.13

License

MIT

Unpacked Size

10.8 kB

Total Files

3

Last publish

Collaborators

  • samuelweckstrom