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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-genesis-app",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Scaffold a Next.js app (App Router, TypeScript, Tailwind v4) into the current folder.",
5
5
  "type": "module",
6
6
  "bin": {