File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1414Run 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
2020The 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
3434Useful checks:
3535
3636``` bash
37- pnpm check
38- pnpm test
39- pnpm build
37+ vp check
38+ vp test
39+ vp build
4040```
Original file line number Diff line number Diff line change 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 },
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}
You can’t perform that action at this time.
0 commit comments