gitpick 3.12.3 → 3.13.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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +6 -10
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Simply copy the Github URL and run with `npx gitpick <url>`, be that a public or
|
|
|
12
12
|
|
|
13
13
|
- Target is optional, and `gitpick` follows default git clone behavior. Read [usage](#usage) for more details.
|
|
14
14
|
|
|
15
|
-
<img width="
|
|
15
|
+
<img width="840" alt="Image" src="https://github.com/user-attachments/assets/78b92ed3-7d5c-48f4-8975-23bd744d3a3c" />
|
|
16
16
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gitpick",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.0",
|
|
4
4
|
"description": "With gitpick, you can clone precisely what you need.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"branch",
|
|
7
|
-
"checkout",
|
|
8
|
-
"cli",
|
|
9
6
|
"clone",
|
|
10
|
-
"
|
|
7
|
+
"degit",
|
|
11
8
|
"directory",
|
|
12
9
|
"file",
|
|
13
|
-
"files",
|
|
14
10
|
"folder",
|
|
15
|
-
"folders",
|
|
16
11
|
"gh",
|
|
17
12
|
"git",
|
|
18
13
|
"github",
|
|
19
|
-
"gitpick",
|
|
20
14
|
"path",
|
|
21
|
-
"
|
|
15
|
+
"scaffolding",
|
|
22
16
|
"specific",
|
|
17
|
+
"template",
|
|
23
18
|
"url"
|
|
24
19
|
],
|
|
25
20
|
"homepage": "https://github.com/nrjdalal/gitpick#readme",
|
|
@@ -33,7 +28,8 @@
|
|
|
33
28
|
"url": "https://nrjdalal.com"
|
|
34
29
|
},
|
|
35
30
|
"bin": {
|
|
36
|
-
"gitpick": "./dist/index.js"
|
|
31
|
+
"gitpick": "./dist/index.js",
|
|
32
|
+
"degit": "./dist/index.js"
|
|
37
33
|
},
|
|
38
34
|
"files": [
|
|
39
35
|
"dist"
|