git-truck 0.8.13-0 → 0.9.0
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 +4 -4
- package/build/index.js +394 -148
- package/cli.js +4 -4
- package/package.json +3 -2
- package/public/build/_shared/{chunk-3UBBWI7X.js → chunk-46KIHHI7.js} +1 -1
- package/public/build/_shared/{chunk-XQMVET66.js → chunk-D3JIIV5V.js} +80 -31
- package/public/build/_shared/chunk-J6HYE3WJ.js +1 -0
- package/public/build/_shared/{chunk-IWPB7HVR.js → chunk-KAUONBO3.js} +1 -1
- package/public/build/_shared/chunk-TA33COY5.js +6 -0
- package/public/build/entry.client-BOQTIOMQ.js +1 -0
- package/public/build/manifest-9B9925EC.js +1 -0
- package/public/build/root-ZFPEDWF7.js +1 -0
- package/public/build/routes/$repo.$-YVRVKTZC.js +268 -0
- package/public/build/routes/index-AS3DS2NT.js +71 -0
- package/public/build/_shared/chunk-4JENRIWS.js +0 -1
- package/public/build/entry.client-LYPBBYXO.js +0 -1
- package/public/build/manifest-87DFCC32.js +0 -1
- package/public/build/root-YFFMOAIE.js +0 -1
- package/public/build/routes/$repo-ORF3ZRBA.js +0 -264
- package/public/build/routes/index-JOOJGTNK.js +0 -48
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@ Git Truck gives an overview of your folder-structure, which users have contribut
|
|
|
8
8
|
|
|
9
9
|
## [Prerequisites](#prerequisites)
|
|
10
10
|
|
|
11
|
-
To use Git Truck, you will need to
|
|
11
|
+
To use Git Truck, you will need to have the following programs installed:
|
|
12
12
|
|
|
13
|
-
- Node.js 16.13 or newer
|
|
13
|
+
- [Node.js](https://nodejs.org/en/) 16.13 or newer
|
|
14
14
|
- npm 6.14 or newer
|
|
15
|
-
- git 2.29 or newer
|
|
15
|
+
- [git](https://git-scm.com/downloads) 2.29 or newer
|
|
16
16
|
|
|
17
|
-
To check if these programs are installed, and what version you have, run `node --version`, `npm --version` and `git --version`. If any of these are not install on your system, or are just very old, they can be installed
|
|
17
|
+
To check if these programs are installed, and what version you have, run `node --version`, `npm --version` and `git --version`. If any of these are not install on your system, or are just very old, they can be installed from the links above. Note that `npm` is installed along with `node`.
|
|
18
18
|
|
|
19
19
|
## [Get started](#get-started)
|
|
20
20
|
|