opencode-usage 0.1.0 → 0.1.1
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,15 +13,15 @@ CLI tool for tracking [OpenCode](https://github.com/sst/opencode) AI coding assi
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
# Run directly with
|
|
17
|
-
npx opencode-usage
|
|
18
|
-
|
|
19
|
-
# Or with bunx (faster)
|
|
16
|
+
# Run directly with bunx (recommended, faster)
|
|
20
17
|
bunx opencode-usage
|
|
21
18
|
|
|
19
|
+
# Or with npx
|
|
20
|
+
npx opencode-usage
|
|
21
|
+
|
|
22
22
|
# Or install globally
|
|
23
|
-
npm install -g opencode-usage
|
|
24
23
|
bun add -g opencode-usage
|
|
24
|
+
npm install -g opencode-usage
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## Usage
|