create-genesis-app 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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Scaffold an opinionated Next.js app into the current folder.
|
|
4
4
|
|
|
5
|
+
> [!IMPORTANT]
|
|
6
|
+
> This is a scaffolding tool — **run it, don't install it.** Ignore the
|
|
7
|
+
> `npm i create-genesis-app` shown above (npm prints that for every package).
|
|
8
|
+
> Use `create` instead:
|
|
9
|
+
|
|
5
10
|
```bash
|
|
6
11
|
pnpm create genesis-app . # into the current directory
|
|
7
12
|
pnpm create genesis-app my-app # into ./my-app
|