File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
The Svelte-world is akin to the universes of
6
6
[ Mad Max] ( https://en.wikipedia.org/wiki/Mad_Max:_Fury_Road ) and
7
- [ Split] (https://en.wikipedia.org/wiki/Split_(2016_American_film) collided - full of peril, violent
8
- sandstorms and new beginnings with a touch of disassociative personality disorder.
7
+ [ Split] ( < https://en.wikipedia.org/wiki/Split_(2016_American_film) > ) collided - full of peril,
8
+ violent sandstorms and new beginnings with a touch of disassociative personality disorder.
9
9
10
10
To help navigate through this madness, just like how Moses parted the Red Sea, behold the emergence
11
11
of this repo. Cue angels singing. The best way to describe this is it's like a brick-layer - but
@@ -16,13 +16,15 @@ So let's get started.
16
16
17
17
## Usage
18
18
19
- This combo-patcher uses [ zx] ( https://github.com/google/zx ) , so make sure that's installed. Then run:
19
+ This combo-patcher uses [ zx] ( https://github.com/google/zx ) , so make sure that's installed - then
20
+ run:
20
21
21
22
```
22
- $ zx --install https://raw.githubusercontent.com/zerodevx/svelte -starter/master /index.mjs <app-name> [flags]
23
+ $ zx --install https://raw.githubusercontent.com/zerodevx/sveltekit -starter/main /index.mjs <app-name> [flags]
23
24
```
24
25
25
- This generates the starter based on the latest SvelteKit decisions. Output saved to ` /app-name ` .
26
+ This generates the starter based on the latest SvelteKit decisions, then saves the output to
27
+ ` /app-name ` .
26
28
27
29
### Flags
28
30
You can’t perform that action at this time.
0 commit comments