@gkoreli/ghx 0.1.3 → 0.1.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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,11 +12,8 @@ GitHub code exploration for agents and humans. One command does what takes 3-5 A
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
#
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
# gh extension (coming soon — requires separate gh-ghx repo)
|
|
19
|
-
gh extension install gkoreli/gh-ghx
|
|
15
|
+
# npm (recommended)
|
|
16
|
+
npm install -g @gkoreli/ghx
|
|
20
17
|
|
|
21
18
|
# npx (zero install)
|
|
22
19
|
npx @gkoreli/ghx --help
|
|
@@ -30,6 +27,8 @@ curl -sf https://raw.githubusercontent.com/gkoreli/ghx/main/ghx -o ~/.local/bin/
|
|
|
30
27
|
|
|
31
28
|
Requires [`gh` CLI](https://cli.github.com/) authenticated (`gh auth login`).
|
|
32
29
|
|
|
30
|
+
[](https://www.npmjs.com/package/@gkoreli/ghx)
|
|
31
|
+
|
|
33
32
|
## Usage
|
|
34
33
|
|
|
35
34
|
```bash
|