0.0.8 • Published 11 months ago

depclean v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

A Rust version of depcheck. It supports analyze ESM and require statement in your JS family files currently.

["js", "mjs", "cjs", "jsx", "ts", "mts", "cts", "tsx"]

depcheck is a really awesome tool, you definitely should check it out first!

This project is developed out of personal interest and currently in the prototype stage.

I want to improve my Rust skill by investigating the feasibility of using oxc. If more people like it, I will continue to develop and enhance it, ideally to be a drop-in replacement for depcheck!

Quick Start

npx depclean

Installation

npm install depclean  
pnpm install depclean

Usage

Usage: depclean [--path=ARG]

Available options:
        --path=ARG  The path to run this command, will use the current directory if absent.
    -h, --help      Prints help information
    -V, --version   Prints version information

Credits

LICENSE

MIT

0.0.8

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago