gitpick 3.13.2 → 3.14.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,14 @@ 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
+ ## Features
16
+
17
+ - Autodetect branch and target directory if not provided.
18
+ - Clone a file or directory from a GitHub repository.
19
+ - Clone from public or private repositories.
20
+ - Sync changes with remote repository at a specified interval.
21
+ - Use shorthands like `owner/repo` or `owner/repo/path`.
22
+
15
23
  <img width="840" alt="Image" src="https://github.com/user-attachments/assets/78b92ed3-7d5c-48f4-8975-23bd744d3a3c" />
16
24
 
17
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitpick",
3
- "version": "3.13.2",
3
+ "version": "3.14.0",
4
4
  "description": "With gitpick, you can clone precisely what you need.",
5
5
  "keywords": [
6
6
  "clone",