git-truck 0.0.0-98ab3ba → 0.0.0-a7e15cd

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.
Files changed (36) hide show
  1. package/README.md +18 -21
  2. package/build/index.js +59745 -6688
  3. package/cli.js +57097 -4
  4. package/package.json +60 -51
  5. package/public/build/_assets/index-J6PD77UO.css +1 -0
  6. package/public/build/_assets/tailwind-JGK27MYU.css +1 -0
  7. package/public/build/_assets/vars-IFMVRHB5.css +1 -0
  8. package/public/build/_shared/chunk-6GWOKIBA.js +32 -0
  9. package/public/build/_shared/chunk-KWSHOSAK.js +10 -0
  10. package/public/build/_shared/chunk-SVHI4CBA.js +251 -0
  11. package/public/build/_shared/chunk-Y2ICI7TR.js +1 -0
  12. package/public/build/entry.client-KB4LFK73.js +1 -0
  13. package/public/build/manifest-AE834504.js +1 -0
  14. package/public/build/root-PVNGWHNJ.js +1 -0
  15. package/public/build/routes/$repo.$-CYMGLYYT.js +82 -0
  16. package/public/build/routes/index-37WBTJ7G.js +1 -0
  17. package/build/_assets/App-CCO27G3C.css +0 -3
  18. package/build/_assets/Chart-OOZGWRB3.css +0 -26
  19. package/build/_assets/index-ISZFG75V.css +0 -52
  20. package/build/_assets/truck-7F5JWBYT.gif +0 -0
  21. package/build/_assets/vars-SMWRLQRH.css +0 -25
  22. package/build/cli.js +0 -217659
  23. package/public/build/_assets/App-CCO27G3C.css +0 -3
  24. package/public/build/_assets/Chart-OOZGWRB3.css +0 -26
  25. package/public/build/_assets/index-ISZFG75V.css +0 -52
  26. package/public/build/_assets/vars-SMWRLQRH.css +0 -25
  27. package/public/build/_shared/chunk-2BPXJFRU.js +0 -67
  28. package/public/build/_shared/chunk-2EHCKJST.js +0 -1
  29. package/public/build/_shared/chunk-EOMKHWUT.js +0 -1
  30. package/public/build/_shared/chunk-FTSBCPJ3.js +0 -234
  31. package/public/build/_shared/chunk-XMAWJ27N.js +0 -26
  32. package/public/build/entry.client-YPWZXPQ4.js +0 -1
  33. package/public/build/manifest-99EFEE04.js +0 -1
  34. package/public/build/root-2YIKZDZQ.js +0 -1
  35. package/public/build/routes/$repo.$-SDMDCNJB.js +0 -350
  36. package/public/build/routes/index-4NZQTZSQ.js +0 -61
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)
@@ -36,9 +33,8 @@ To check if these programs are installed, and what version you have, run `node -
36
33
 
37
34
  ## [Get started](#get-started)
38
35
 
39
- 1. Within a git repository, or a directory containing git repositories, run the command `npx git-truck@latest`.
40
- 2. Press `y` if it asks you to download the package.
41
- 3. The application will now open in your default browser.
36
+ 1. Within a git repository, or a directory containing git repositories, run the command `npx -y git-truck`.
37
+ 2. The application will now open in your default browser.
42
38
 
43
39
  **Git Truck is part of a research study, so please fill out our [short survey](https://forms.gle/9wCCAw6zae7wuwZQ6) after trying out the tool. Thanks!**
44
40
 
@@ -64,6 +60,7 @@ npx git-truck [args]
64
60
  | `--log` | output log level. See [here](./src/analyzer/log.server.ts) for values | - |
65
61
  | `--port` | port to use for the program | 3000 |
66
62
  | `--invalidate-cache` | bypass analyzer cache manually | - |
63
+ | `--headless` | run the program without opening the browser | - |
67
64
 
68
65
  **Note:** Using `--invalidate-cache` will cause the analyzer to run every time the client talks to the server.
69
66