git-truck 2.0.2 → 2.0.3
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 +7 -9
- package/build/index.js +121 -140
- package/build/metafile.js.json +1 -1
- package/build/metafile.server.json +1 -1
- package/build/version.txt +1 -1
- package/cli.js +125 -137
- package/package.json +5 -7
- package/public/build/_assets/react-datepicker-3YLWDVEY.css +1 -0
- package/public/build/_shared/{buttons.esm-D3QISUDE.js → buttons.esm-NERHWBM5.js} +1 -1
- package/public/build/_shared/{chunk-E4ZX32OJ.js → chunk-5D4A5WT2.js} +1 -1
- package/public/build/_shared/{chunk-ND5WRITB.js → chunk-72LCGX7K.js} +1 -1
- package/public/build/_shared/chunk-Q3IECNXJ.js +1 -0
- package/public/build/_shared/chunk-VV4XSBJZ.js +1 -0
- package/public/build/{entry.client-RZUWA4GZ.js → entry.client-H44HMSW7.js} +1 -1
- package/public/build/{manifest-0908BE6E.js → manifest-20D01FB0.js} +1 -1
- package/public/build/root-EXAXBIX6.js +1 -0
- package/public/build/routes/$repo.$-3UTQPKYE.js +68 -0
- package/public/build/routes/$repository-RMM3X7IT.js +1 -0
- package/public/build/routes/{_index-3GUP3TPE.js → _index-DKI5HQT7.js} +1 -1
- package/public/build/routes/authordist-LRF2J26H.js +1 -0
- package/public/build/routes/clearCache-AWUAC2NV.js +1 -0
- package/public/build/routes/commitcount-D7WWQAYM.js +1 -0
- package/public/build/routes/commits-GGDWDC7W.js +1 -0
- package/public/build/routes/progress-SNLO56GK.js +1 -0
- package/public/build/_assets/react-datepicker-SHOMGW4P.css +0 -1
- package/public/build/_shared/chunk-G5WX4PPA.js +0 -1
- package/public/build/_shared/chunk-ZAZE3T6E.js +0 -1
- package/public/build/root-CQKNWKLC.js +0 -1
- package/public/build/routes/$repo.$-ZJ2UE2QP.js +0 -75
- package/public/build/routes/$repository-2OUZDKVD.js +0 -1
- package/public/build/routes/authordist-A7NSX5GE.js +0 -1
- package/public/build/routes/clearCache-IAFGBLU4.js +0 -1
- package/public/build/routes/commitcount-KSNJOFTJ.js +0 -1
- package/public/build/routes/commits-6RXT3QOX.js +0 -1
- package/public/build/routes/progress-LUCNXSNL.js +0 -1
package/README.md
CHANGED
|
@@ -9,9 +9,8 @@ With Git Truck you can:
|
|
|
9
9
|
- See where there is the most activity in your project
|
|
10
10
|
- See how your project has looked at different points in time
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
| | |
|
|
14
|
-
|-|-|
|
|
12
|
+
| | |
|
|
13
|
+
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
15
14
|
| <img src="./teaser-images/readme1.png" alt="Where has the most work been done recently?"> | <img src="./teaser-images/readme2.png" alt="Who worked on different subsystems in the past?"> |
|
|
16
15
|
|
|
17
16
|
You can read more about the features in the [feature overview](https://git-truck.github.io/git-truck/GitTruckTeaser), or just try it and start exploring your projects!
|
|
@@ -22,15 +21,14 @@ You can read more about the features in the [feature overview](https://git-truck
|
|
|
22
21
|
|
|
23
22
|
2. Run the command `npx -y git-truck`
|
|
24
23
|
|
|
25
|
-
|
|
26
24
|
3. The application will now open in your default browser. Happy trucking!
|
|
27
25
|
|
|
28
|
-
|
|
29
|
-
> [!NOTE]
|
|
26
|
+
> [!NOTE]
|
|
30
27
|
> To use Git Truck, you will need to have the following programs installed:
|
|
31
|
-
>
|
|
28
|
+
>
|
|
29
|
+
> - [Node.js](https://nodejs.org/en/) 20.0.0 or newer and npm 10.0 or newer
|
|
32
30
|
> - [git](https://git-scm.com/downloads) 2.29 or newer
|
|
33
|
-
>
|
|
31
|
+
>
|
|
34
32
|
> Check your installed versions using `node --version`, `npm --version` and `git --version`.
|
|
35
33
|
|
|
36
34
|
## [What makes Git Truck different?](#what-makes-git-truck-different)
|
|
@@ -41,4 +39,4 @@ You can read more about the features in the [feature overview](https://git-truck
|
|
|
41
39
|
|
|
42
40
|
🤷 Git provider agnostic - works with any git repository
|
|
43
41
|
|
|
44
|
-
😊 No tracking, no ads, no cloud, no servers, no subscription
|
|
42
|
+
😊 No tracking, no ads, no cloud, no servers, no subscription
|