repo-dive 0.15.0 → 0.15.2
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 +1 -1
- package/dist/cli.js +6731 -3624
- package/dist/dashboard/assets/index-CyovVos3.js +10 -0
- package/dist/dashboard/index.html +1 -1
- package/package.json +24 -17
- package/dist/dashboard/assets/index-CRLzUhgz.js +0 -10
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Each one is a single self-contained HTML file exported with `repo-dive report` a
|
|
|
44
44
|
## Usage
|
|
45
45
|
|
|
46
46
|
Run from inside the repository you want to analyze (or pass `--repo /path/to/repo`).
|
|
47
|
-
Node 22.
|
|
47
|
+
Node 22.15 or newer is required.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
npx repo-dive # the whole pipeline: scan + index + dashboard
|