Crates.io | cnp |
lib.rs | cnp |
version | |
source | src |
created_at | 2025-01-23 10:06:30.11473+00 |
updated_at | 2025-04-16 21:44:45.720225+00 |
description | A utility tool written in Rust to check unused node packages. |
homepage | |
repository | https://github.com/trotelalexandre/cnp |
max_upload_size | |
id | 1527682 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A utility tool written in Rust to check for unused node packages in your project. It helps you identify and clean up dependencies that are no longer needed.
.cnpignore
for excluding dependencies.cnp # Scan and report unused dependencies
cnp --dry-run # Preview without changes
cnp --clean # Interactively remove unused dependencies
.cnpignore
: List dependencies to exclude (one per line, #
for comments).react-dom
eslint
Feel free to open issues or pull requests to help improve the tool! Contributions are always welcome 🌟.
This project is licensed under the MIT License - see the LICENSE file for details.