Skip to content

Commit 76d8b0f

Browse files
committed
Rm Crap.
1 parent a28f631 commit 76d8b0f

2 files changed

Lines changed: 12 additions & 25 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ committing.
66
## Usage
77

88
```bash
9-
pnpm install
10-
pnpm build
11-
pnpm codiff
9+
vp install
10+
vp build
11+
vpr codiff
1212
```
1313

1414
Run it from any Git repository, or pass a path:
1515

1616
```bash
17-
pnpm codiff /path/to/repository
17+
vpr codiff /path/to/repository
1818
```
1919

2020
The packaged CLI is named `codiff`. Launching it in multiple repositories opens
@@ -27,14 +27,14 @@ has commit history and commit-diff sources ready for the later history picker.
2727
## Development
2828

2929
```bash
30-
pnpm dev
31-
ELECTRON_RENDERER_URL=http://127.0.0.1:5173 pnpm electron
30+
vpr dev
31+
ELECTRON_RENDERER_URL=http://127.0.0.1:5173 vpr electron
3232
```
3333

3434
Useful checks:
3535

3636
```bash
37-
pnpm check
38-
pnpm test
39-
pnpm build
37+
vp check
38+
vp test
39+
vp build
4040
```

package.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
"type": "module",
1818
"main": "./electron/main.cjs",
1919
"scripts": {
20-
"build": "vp build",
21-
"check": "vp check",
2220
"codiff": "node ./bin/codiff.js",
2321
"dev": "vp dev --host 127.0.0.1",
2422
"electron": "electron .",
25-
"link:global": "pnpm build && pnpm add --global \"$PWD\"",
26-
"prepack": "pnpm build",
23+
"link:global": "vp build && pnpm add --global \"$PWD\"",
24+
"prepack": "vp build",
2725
"prepare": "vp config",
2826
"test": "vp test"
2927
},
@@ -65,16 +63,5 @@
6563
"node": ">=23.0.0",
6664
"pnpm": ">=11.0.0"
6765
},
68-
"packageManager": "pnpm@11.0.6",
69-
"workspaces": {
70-
"catalog": {
71-
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.21",
72-
"vite-plus": "^0.1.21",
73-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.21"
74-
}
75-
},
76-
"overrides": {
77-
"vite": "catalog:",
78-
"vitest": "catalog:"
79-
}
66+
"packageManager": "pnpm@11.0.6"
8067
}

0 commit comments

Comments
 (0)