package-version-info 0.2.3 → 0.2.4
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 -1
- package/bin/native/darwin-arm64/version_info +0 -0
- package/bin/native/darwin-x64/version_info +0 -0
- package/bin/native/linux-arm64/version_info +0 -0
- package/bin/native/linux-x64/version_info +0 -0
- package/bin/native/win32-x64/version_info.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,10 @@ npx package-version-info
|
|
|
110
110
|
| `--verbose` | — | Disabled | Display detailed generation progress. |
|
|
111
111
|
| `--input <path>` | `-i` | `package.json` | Input package file. |
|
|
112
112
|
| `--output <path>` | `-o` | `version-info.ts` | Generated TypeScript file. |
|
|
113
|
-
| `--git <path>` | `-g` | `.git` | Git directory used for branch and commit metadata. |
|
|
113
|
+
| `--git <path>` | `-g` | `.git` | Git directory or pointer file used for branch and commit metadata. |
|
|
114
|
+
|
|
115
|
+
The Git path may be a regular `.git` directory or the `.git` pointer file used by linked
|
|
116
|
+
worktrees and submodules.
|
|
114
117
|
|
|
115
118
|
### Common examples
|
|
116
119
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|