@henryqw/pi-deps 0.3.1 → 0.3.2
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Prepare locked Node and uv dependencies whenever Git creates a new worktree for an opted-in repository.
|
|
4
4
|
|
|
5
|
+
## Why
|
|
6
|
+
|
|
7
|
+
- **Created for**: Installing locked dependencies whenever Git creates a new worktree in an opted-in repository.
|
|
8
|
+
- **Advantage**: Prepares each checkout regardless of which tool created it, without paying install cost at every Pi startup.
|
|
9
|
+
|
|
5
10
|
## Install
|
|
6
11
|
|
|
7
12
|
```bash
|