git-truck 1.8.4 → 1.8.6
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/build/index.js +57 -50
- package/build/metafile.js.json +1 -1
- package/build/metafile.server.json +1 -1
- package/build/version.txt +1 -1
- package/cli.js +1 -1
- package/package.json +4 -1
- package/public/build/_shared/buttons.esm-NERHWBM5.js +10 -0
- package/public/build/_shared/{chunk-PKXMFIRJ.js → chunk-SWUZT2SL.js} +1 -1
- package/public/build/_shared/chunk-XNU4K45T.js +1 -0
- package/public/build/{manifest-D9405B7D.js → manifest-823C9CA5.js} +1 -1
- package/public/build/{root-Z62LLOJM.js → root-Q4V4RCIB.js} +1 -1
- package/public/build/routes/$repo.$-JCAXTWO3.js +35 -0
- package/public/build/routes/_index-YW5AAOIC.js +1 -0
- package/public/build/_shared/chunk-3UNTI63Y.js +0 -1
- package/public/build/routes/$repo.$-O2WULVCZ.js +0 -35
- package/public/build/routes/_index-KOFOJN2F.js +0 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Git Truck 🚛 · [](https://github.com/git-truck/git-truck/blob/main/LICENSE) [](https://www.npmjs.com/git-truck)
|
|
2
2
|
|
|
3
|
-
Git-Truck is a tool that provides you with a truckload of visualizations for your git repository, and helps you find out if your project has a good [truck factor](https://
|
|
3
|
+
Git-Truck is a tool that provides you with a truckload of visualizations for your git repository, and helps you find out if your project has a good [truck factor](https://en.wikipedia.org/wiki/Bus_factor).
|
|
4
4
|
|
|
5
5
|
| Git Truck can help you figure out: | |
|
|
6
6
|
|-|-|
|
|
@@ -47,7 +47,7 @@ npx -y git-truck
|
|
|
47
47
|
|
|
48
48
|
## [Feedback](#feedback)
|
|
49
49
|
|
|
50
|
-
Please open an issue [here](https://github.com/git-truck/git-truck/issues) where you describe your problem or
|
|
50
|
+
Please open an issue [here](https://github.com/git-truck/git-truck/issues) where you describe your problem or feature request. For bug reports, please include git version, Node version, npm version, operating system, and an image of the problem would be great too!
|
|
51
51
|
|
|
52
52
|
If you have any suggestions about new features, or things that you think should be different, also feel free to open an issue.
|
|
53
53
|
|