get-shit-done-cc 1.3.22 → 1.3.23
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,15 @@ npx get-shit-done-cc
|
|
|
22
22
|
|
|
23
23
|
That's it. Works on Mac, Windows, and Linux.
|
|
24
24
|
|
|
25
|
+
### Non-interactive Install (Docker, CI, Scripts)
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npx get-shit-done-cc --global # Install to ~/.claude/
|
|
29
|
+
npx get-shit-done-cc --local # Install to ./.claude/
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Use `--global` (`-g`) or `--local` (`-l`) to skip the interactive prompt.
|
|
33
|
+
|
|
25
34
|
Verify: `/gsd:help`
|
|
26
35
|
|
|
27
36
|
---
|
package/package.json
CHANGED