| Crates.io | unused-pkg |
| lib.rs | unused-pkg |
| version | 0.1.0 |
| created_at | 2024-05-19 21:44:13.57303+00 |
| updated_at | 2024-05-19 21:44:13.57303+00 |
| description | A tool to check for unused and outdated packages in a Rust/Node project. |
| homepage | https://github.com/johanmontorfano/unused-pkg |
| repository | https://github.com/johanmontorfano/unused-pkg |
| max_upload_size | |
| id | 1245230 |
| size | 49,919 |
This tool is used to check for unused packages in rust and javascript
projects.
I know there are only tools to check for unused packages, but this is a side project.
Simply call it in the directory containing the package.json or Cargo.toml
file. It will list all unused and outdated packages.