git-truck 1.2.1 → 1.2.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 +15 -18
- package/build/index.js +1 -1
- package/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
# Git Truck 🚛
|
|
1
|
+
# Git Truck 🚛 ·
|
|
2
|
+
[](https://github.com/git-truck/git-truck/blob/main/LICENSE)
|
|
3
|
+
[](https://www.npmjs.com/git-truck)
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+

|
|
4
6
|
|
|
7
|
+
Git-Truck 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://www.agileadvice.com/2005/05/15/agilemanagement/truck-factor/):
|
|
5
8
|
|
|
6
|
-
|
|
9
|
+
| | |
|
|
10
|
+
|-|-|
|
|
11
|
+
| The files in your system where you have a single contributor (i.e., truck-factor = 1) | <img width="1912" alt="image" src="https://user-images.githubusercontent.com/464519/167393939-8d683732-4583-44fe-99a3-36c818761bcb.png"> |
|
|
12
|
+
| You can see how the various developers contribute to your codebase | <img width="1913" alt="image" src="https://user-images.githubusercontent.com/464519/167394548-ca66665a-a699-44d7-8a97-bc7309c72f8a.png"> |
|
|
13
|
+
| You can determine which parts of the system that are most often changed | <img width="1912" alt="image" src="https://user-images.githubusercontent.com/464519/167395118-6a4f50f4-5f37-4e0d-bcc8-144797b83e65.png"> |
|
|
7
14
|
|
|
8
|
-
<img width="1912" alt="image" src="https://user-images.githubusercontent.com/464519/167393939-8d683732-4583-44fe-99a3-36c818761bcb.png">
|
|
9
15
|
|
|
16
|
+
### What makes Git Truck different?
|
|
10
17
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### 3. The parts of the system that are most often changed
|
|
18
|
-
|
|
19
|
-
<img width="1912" alt="image" src="https://user-images.githubusercontent.com/464519/167395118-6a4f50f4-5f37-4e0d-bcc8-144797b83e65.png">
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### 4. You can also merge multiple developer accounts
|
|
23
|
-
|
|
24
|
-
<img width="1907" alt="image" src="https://user-images.githubusercontent.com/464519/167394405-67bd5b5d-be50-444e-8a1f-68af083a6cba.png">
|
|
18
|
+
- Private by design
|
|
19
|
+
- Works offline
|
|
20
|
+
- Git provider agnostic - Works with any Git repository
|
|
21
|
+
- No tracking, no ads, no data mining, no analytics, no cloud, no servers
|
|
25
22
|
|
|
26
23
|
|
|
27
24
|
## [Prerequisites](#prerequisites)
|
package/build/index.js
CHANGED
|
@@ -179972,7 +179972,7 @@ var import_perf_hooks = require("perf_hooks"), import_path2 = require("path");
|
|
|
179972
179972
|
// package.json
|
|
179973
179973
|
var package_default = {
|
|
179974
179974
|
name: "git-truck",
|
|
179975
|
-
version: "1.2.
|
|
179975
|
+
version: "1.2.2",
|
|
179976
179976
|
private: !1,
|
|
179977
179977
|
description: "Visualizing a Git repository",
|
|
179978
179978
|
license: "MIT",
|
package/cli.js
CHANGED
|
@@ -213723,7 +213723,7 @@ var import_path5 = __toESM(require("path"));
|
|
|
213723
213723
|
// package.json
|
|
213724
213724
|
var package_default = {
|
|
213725
213725
|
name: "git-truck",
|
|
213726
|
-
version: "1.2.
|
|
213726
|
+
version: "1.2.2",
|
|
213727
213727
|
private: false,
|
|
213728
213728
|
description: "Visualizing a Git repository",
|
|
213729
213729
|
license: "MIT",
|