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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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 npx (no install needed)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-usage",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI tool for tracking OpenCode AI coding assistant usage and costs",
5
5
  "keywords": [
6
6
  "ai",