@only1btayy/g2w 1.0.12 → 1.0.13
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 +1 -1
- package/bin/g2w.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ Safe git operations — add, commit, push, status, log — run without approval
|
|
|
141
141
|
## How 2 Install
|
|
142
142
|
|
|
143
143
|
```bash
|
|
144
|
-
npm install -g @only1btayy/g2w
|
|
144
|
+
npm install -g @only1btayy/g2w && g2w
|
|
145
145
|
```
|
|
146
146
|
|
|
147
147
|
That's it. G2W installs globally into `~/.claude/` automatically — skills and hooks ready in every project, everywhere.
|
package/bin/g2w.js
CHANGED