Repository
Current version released
5 years ago
Dependencies
std
depcheck
Check for unused dependencies
depcheck, inspired by NPM’s depcheck.
Table of Contents
Quick Start
$ deno run --allow-read='.' https://deno.land/x/depcheck@v1.0.1/mod.tsYou can even use this as a step in your CI, as if unused dependencies are found, the process will fail.
Documentation
depcheck checks for any unused dependencies in your project. It will pull
dependencies used in deps.ts and tests/deps.ts/test/deps.ts (if either
exist), and check if each one is used within your project, returning a response
of if any dependencies are unused.
License
By contributing your code, you agree to license your contribution under the MIT License.