1.0.16 • Published 2 years ago

@werk/command-depcheck v1.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago