shadcn-nextjs-page-generator 1.0.0 → 1.0.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 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
# shadcn-page-
|
|
1
|
+
# shadcn-nextjs-page-generator
|
|
2
2
|
|
|
3
3
|
> CLI tool to generate production-ready Next.js pages with shadcn/ui, Tailwind CSS v4, and Framer Motion animations.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/shadcn-nextjs-page-generator)
|
|
6
|
+
[](https://www.npmjs.com/package/shadcn-nextjs-page-generator)
|
|
6
7
|
[](https://opensource.org/licenses/MIT)
|
|
7
8
|
|
|
8
9
|
## Features
|
|
@@ -20,10 +21,10 @@
|
|
|
20
21
|
|
|
21
22
|
```bash
|
|
22
23
|
# Run with npx (no installation required)
|
|
23
|
-
npx shadcn-page-
|
|
24
|
+
npx shadcn-nextjs-page-generator
|
|
24
25
|
|
|
25
26
|
# Or install globally
|
|
26
|
-
npm install -g shadcn-page-
|
|
27
|
+
npm install -g shadcn-nextjs-page-generator
|
|
27
28
|
shadcn-page-gen
|
|
28
29
|
```
|
|
29
30
|
|
|
@@ -73,7 +74,7 @@ app/(dashboard)/your-route/
|
|
|
73
74
|
### 1. Run the CLI
|
|
74
75
|
|
|
75
76
|
```bash
|
|
76
|
-
npx shadcn-page-
|
|
77
|
+
npx shadcn-nextjs-page-generator
|
|
77
78
|
```
|
|
78
79
|
|
|
79
80
|
### 2. Answer Interactive Prompts
|
|
@@ -204,7 +205,7 @@ transition: { duration: 0.4 }
|
|
|
204
205
|
### Generate User Management Page
|
|
205
206
|
|
|
206
207
|
```bash
|
|
207
|
-
npx shadcn-page-
|
|
208
|
+
npx shadcn-nextjs-page-generator
|
|
208
209
|
```
|
|
209
210
|
|
|
210
211
|
**Configuration:**
|
|
@@ -220,7 +221,7 @@ npx shadcn-page-gen
|
|
|
220
221
|
### Generate Simple Product List
|
|
221
222
|
|
|
222
223
|
```bash
|
|
223
|
-
npx shadcn-page-
|
|
224
|
+
npx shadcn-nextjs-page-generator
|
|
224
225
|
```
|
|
225
226
|
|
|
226
227
|
**Configuration:**
|