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.
Files changed (2) hide show
  1. package/README.md +10 -3
  2. 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
- - Autodetect branch and target directory if not provided explicitly.
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 nrjdalal/gitpick` or `npx gitpick nrjdalal/gitpick/src`, no need to provide full URL.
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="840" alt="Image" src="https://github.com/user-attachments/assets/78b92ed3-7d5c-48f4-8975-23bd744d3a3c" />
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitpick",
3
- "version": "3.19.1",
3
+ "version": "3.20.0-canary.1",
4
4
  "description": "With gitpick, you can clone precisely what you need.",
5
5
  "keywords": [
6
6
  "clone",