@workrail/cli 0.2.1 → 0.2.2

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 +43 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,26 @@ Track your engineering work, capture achievements, and build a career record fro
4
4
 
5
5
  ## Installation
6
6
 
7
- Install globally with npm:
7
+ Install globally using your preferred package manager:
8
+
9
+ **npm:**
8
10
 
9
11
  ```bash
10
12
  npm install -g @workrail/cli
11
13
  ```
12
14
 
15
+ **pnpm:**
16
+
17
+ ```bash
18
+ pnpm add -g @workrail/cli
19
+ ```
20
+
21
+ **bun:**
22
+
23
+ ```bash
24
+ bun add -g @workrail/cli
25
+ ```
26
+
13
27
  **Requirements:** Node.js 18+ (automatically installed with the CLI)
14
28
 
15
29
  ## Supported Platforms
@@ -71,16 +85,44 @@ Workrail syncs **metadata only** (commit hashes, timestamps, messages). Your sou
71
85
 
72
86
  To update to the latest version:
73
87
 
88
+ **npm:**
89
+
74
90
  ```bash
75
91
  npm update -g @workrail/cli
76
92
  ```
77
93
 
94
+ **pnpm:**
95
+
96
+ ```bash
97
+ pnpm update -g @workrail/cli
98
+ ```
99
+
100
+ **bun:**
101
+
102
+ ```bash
103
+ bun update -g @workrail/cli
104
+ ```
105
+
78
106
  ## Uninstalling
79
107
 
108
+ **npm:**
109
+
80
110
  ```bash
81
111
  npm uninstall -g @workrail/cli
82
112
  ```
83
113
 
114
+ **pnpm:**
115
+
116
+ ```bash
117
+ pnpm remove -g @workrail/cli
118
+ ```
119
+
120
+ **bun:**
121
+
122
+ ```bash
123
+ bun remove -g @workrail/cli
124
+ ```
125
+
84
126
  ## Troubleshooting
85
127
 
86
128
  **Installation fails or binary not found:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workrail/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Workrail CLI - Track your engineering work and build a career record",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {