1.0.16 • Published 4 months ago

@werk/command-depcheck v1.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Werk Depcheck Command

Check for unused production dependencies.

This is a very simple check that just looks for anything that looks like an import or require statement matching each production dependency. It doesn't use a real parser, but it's fast and good enough for most cases.

This does not detect missing dependencies. ESLint is better at detecting those.

npm werk

Install

npm i -D @werk/command-depcheck

Check Dependencies

werk depcheck

Remove Unused Dependencies

werk depcheck --fix
1.0.16

4 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago