1.0.16 • Published 1 year ago

@werk/command-depcheck v1.0.16

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

1 year ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago