git-archaeologist 1.4.0 → 1.4.1
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,7 @@ git-arch analyze /path/to/repo --since 2024-01-01 # since a specific date
|
|
|
30
30
|
git-arch analyze /path/to/repo --html # dark-themed interactive report
|
|
31
31
|
git-arch cursed --top 10 # just the danger ranking
|
|
32
32
|
git-arch analyze /path/to/repo --json # pipe into other tools
|
|
33
|
+
git-arch blame lib/response.js /path/to/repo # deep dive on one file
|
|
33
34
|
```
|
|
34
35
|
|
|
35
36
|
## What it finds
|