@emeryld/create-rrroutes 0.1.0 → 0.1.1
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,14 @@ npx @emeryld/create-rrroutes
|
|
|
10
10
|
pnpm dlx @emeryld/create-rrroutes
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
> Not published yet? Run locally from this repo:
|
|
14
|
+
>
|
|
15
|
+
> ```bash
|
|
16
|
+
> pnpm --filter @emeryld/create-rrroutes build
|
|
17
|
+
> node packages/create-rrroutes/dist/index.mjs
|
|
18
|
+
> ```
|
|
19
|
+
```
|
|
20
|
+
|
|
13
21
|
Prompts:
|
|
14
22
|
|
|
15
23
|
- Project name + target directory
|