@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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/create-rrroutes",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {