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 CHANGED
@@ -1,27 +1,24 @@
1
- # Git Truck 🚛
1
+ # Git Truck 🚛 ·
2
+ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/git-truck/git-truck/blob/main/LICENSE)
3
+ [![Git Truck on NPM](https://img.shields.io/npm/v/git-truck)](https://www.npmjs.com/git-truck)
2
4
 
3
- Git-Truck provides you with a truckload of visualizations for your git repository, and find out if your project has a good [truck factor](https://www.agileadvice.com/2005/05/15/agilemanagement/truck-factor/):
5
+ ![Demo](demo.gif)
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
- ### 1. The files in your system where you have a single contributor (i.e., truck-factor = 1)
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
- ### 2. How the various developers contribute to your codebase
12
-
13
- <img width="1913" alt="image" src="https://user-images.githubusercontent.com/464519/167394548-ca66665a-a699-44d7-8a97-bc7309c72f8a.png">
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.1",
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.1",
213726
+ version: "1.2.2",
213727
213727
  private: false,
213728
213728
  description: "Visualizing a Git repository",
213729
213729
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-truck",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "private": false,
5
5
  "description": "Visualizing a Git repository",
6
6
  "license": "MIT",