@revotools/cli 0.2.0 → 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.
- package/README.md +2 -2
- package/dist/revo +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ my-project/
|
|
|
166
166
|
### Manual (recommended while pre-release)
|
|
167
167
|
|
|
168
168
|
```bash
|
|
169
|
-
git clone https://github.com/
|
|
169
|
+
git clone https://github.com/jippylong12/revo.git
|
|
170
170
|
cd revo
|
|
171
171
|
./build.sh
|
|
172
172
|
cp dist/revo ~/.local/bin/ # or anywhere in PATH
|
|
@@ -175,7 +175,7 @@ cp dist/revo ~/.local/bin/ # or anywhere in PATH
|
|
|
175
175
|
### Shell Script
|
|
176
176
|
|
|
177
177
|
```bash
|
|
178
|
-
curl -fsSL https://raw.githubusercontent.com/
|
|
178
|
+
curl -fsSL https://raw.githubusercontent.com/jippylong12/revo/main/install.sh | bash
|
|
179
179
|
```
|
|
180
180
|
|
|
181
181
|
### npm
|
package/dist/revo
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
2
|
# Revo CLI - Claude-first multi-repo workspace manager
|
|
3
|
-
# https://github.com/
|
|
3
|
+
# https://github.com/jippylong12/revo
|
|
4
4
|
# This is a bundled distribution - do not edit
|
|
5
5
|
|
|
6
6
|
set -euo pipefail
|
|
@@ -3182,7 +3182,7 @@ Examples:
|
|
|
3182
3182
|
revo push
|
|
3183
3183
|
revo pr "Clock endpoint for students" --tag backend
|
|
3184
3184
|
|
|
3185
|
-
Documentation: https://github.com/
|
|
3185
|
+
Documentation: https://github.com/jippylong12/revo
|
|
3186
3186
|
EOF
|
|
3187
3187
|
}
|
|
3188
3188
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revotools/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Claude-first multi-repo workspace manager (fork of Mars)",
|
|
5
5
|
"bin": {
|
|
6
6
|
"revo": "./dist/revo"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/jippylong12/revo.git"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.com/
|
|
12
|
+
"homepage": "https://github.com/jippylong12/revo",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/jippylong12/revo/issues"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"keywords": [
|