gitpick 3.19.1 → 3.20.0-canary.1
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 +10 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,13 +16,20 @@ Simply copy the Github URL and run with `npx gitpick <url>`, be that a public or
|
|
|
16
16
|
|
|
17
17
|
## Features
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Demonstration of the features, with the demo repository:
|
|
20
|
+
|
|
21
|
+
```sh
|
|
22
|
+
npx gitpick https://github.com/TanStack/router
|
|
23
|
+
```
|
|
24
|
+
|
|
20
25
|
- Clone a file or directory from a GitHub repository.
|
|
26
|
+
- Autodetect branch and target directory if not provided explicitly.
|
|
21
27
|
- Clone from public or private repositories using personal access tokens.
|
|
28
|
+
- Overwrite existing files without prompt using `-o` or `--overwrite` flag.
|
|
22
29
|
- Sync changes with remote repository at a specified interval using `-w` or `--watch` flag.
|
|
23
|
-
- Use shorthands like `npx gitpick
|
|
30
|
+
- Use shorthands like `npx gitpick TanStack/router` or `npx gitpick TanStack/router/tree/main/examples`, no need to provide full URL.
|
|
24
31
|
|
|
25
|
-
<img width="
|
|
32
|
+
<img width="600" alt="Demo Image" src="https://github.com/user-attachments/assets/954f670a-f30d-43cf-b674-f65a170c989d" />
|
|
26
33
|
|
|
27
34
|
## Usage
|
|
28
35
|
|