@vinean/dependency-analyzer 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/dependency-analyzer-darwin-amd64 +0 -0
- package/dist/dependency-analyzer-darwin-arm64 +0 -0
- package/dist/dependency-analyzer-linux-amd64 +0 -0
- package/dist/dependency-analyzer-linux-arm64 +0 -0
- package/dist/dependency-analyzer-windows-amd64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🛡️ @vinean/dependency-analyzer
|
|
2
2
|
|
|
3
|
-
A high-performance CLI for analyzing the **Replaceability**, **Maintenance**, and **Health** of your project's dependencies. Supports both **NPM** and **Go Modules**.
|
|
3
|
+
A high-performance CLI for analyzing the **Replaceability**, **Maintenance**, and **Health** of your project's dependencies. Supports both **NPM packages** and **Go Modules**.
|
|
4
4
|
|
|
5
5
|
## 🚀 Usage
|
|
6
6
|
|
|
@@ -28,7 +28,7 @@ npm install -g @vinean/dependency-analyzer
|
|
|
28
28
|
|
|
29
29
|
### 1. Replaceability Score (0-100)
|
|
30
30
|
|
|
31
|
-
`@vinean/dependency-analyzer`
|
|
31
|
+
`@vinean/dependency-analyzer` analyzes your codebase to estimate how difficult it would be to remove a dependency and replace it with your own implementation.
|
|
32
32
|
|
|
33
33
|
- **Easy (0-30)**: Minimal logic, easy to replace or implement yourself.
|
|
34
34
|
- **Medium (31-70)**: Moderate complexity and coupling.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|