@gkoreli/ghx 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. 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
- # Homebrew (macOS/Linux)
16
- brew install gkoreli/tap/ghx
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
+ [![npm](https://img.shields.io/npm/v/@gkoreli/ghx)](https://www.npmjs.com/package/@gkoreli/ghx)
31
+
33
32
  ## Usage
34
33
 
35
34
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gkoreli/ghx",
3
- "version": "0.1.1",
3
+ "version": "0.1.4",
4
4
  "description": "GitHub code exploration for agents and humans. Batch file reads, code maps, search — all via gh CLI.",
5
5
  "bin": {
6
6
  "ghx": "./ghx"