Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saiumesh535/npm-dep-chek-rust
Helps you find unused dependencies in Nodejs applications.
https://github.com/saiumesh535/npm-dep-chek-rust
Last synced: about 2 months ago
JSON representation
Helps you find unused dependencies in Nodejs applications.
- Host: GitHub
- URL: https://github.com/saiumesh535/npm-dep-chek-rust
- Owner: saiumesh535
- Created: 2021-05-15T13:24:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T07:22:08.000Z (over 2 years ago)
- Last Synced: 2024-08-04T04:05:51.925Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-js-tooling-not-in-js - npm-dep-check-rust - Find unused dependencies in Node.js applications, written in Rust. (Miscellaneous)
- awesome-js-tooling-in-rust - npm-dep-check-rust
README
# npm-dep-check-rust
Helps you find unused dependencies in Nodejs applications.
:warning: Might not work well with **webpack** based applications.
## Installation
Goto [release](https://github.com/saiumesh535/npm-dep-chek-rust/releases) and download latest version from assets, or build steps:
- need rust, see
- `git clone https://github.com/saiumesh535/npm-dep-chek-rust.git`
- `cd npm-dep-chek-rust`
- `cargo install --path .`## Usage
```cmd
npm-dep-check-rust --help
``````cmd
FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-p, --package path to package.json
-s, --src path to source directory
```## Sample command
```cmd
./npm-dep-check-rust --src=./ --package=./
```Sample output:
```cmd
* "shortid"
Executed in: 12.322209ms
```