@cmj/juice 0.0.3 → 0.0.4
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install @cmj/juice react@^19 react-dom@^19 vite@^6
|
|
|
12
12
|
## Quickstart
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npx create-juice-app my-app
|
|
15
|
+
npx @cmj/create-juice-app my-app
|
|
16
16
|
cd my-app
|
|
17
17
|
npm install
|
|
18
18
|
npm run dev
|
|
@@ -21,7 +21,7 @@ npm run dev
|
|
|
21
21
|
Or scaffold for a specific target:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
npx create-juice-app my-app --target cloudflare
|
|
24
|
+
npx @cmj/create-juice-app my-app --target cloudflare
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
**Targets:** `bun` (default), `node`, `cloudflare`, `deno`
|