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.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
- # shadcn-page-gen
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
- [![npm version](https://img.shields.io/npm/v/shadcn-page-gen.svg)](https://www.npmjs.com/package/shadcn-page-gen)
5
+ [![npm version](https://img.shields.io/npm/v/shadcn-nextjs-page-generator.svg)](https://www.npmjs.com/package/shadcn-nextjs-page-generator)
6
+ [![npm downloads](https://img.shields.io/npm/dm/shadcn-nextjs-page-generator.svg)](https://www.npmjs.com/package/shadcn-nextjs-page-generator)
6
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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-gen
24
+ npx shadcn-nextjs-page-generator
24
25
 
25
26
  # Or install globally
26
- npm install -g shadcn-page-gen
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-gen
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-gen
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-gen
224
+ npx shadcn-nextjs-page-generator
224
225
  ```
225
226
 
226
227
  **Configuration:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadcn-nextjs-page-generator",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI tool to generate Next.js pages with shadcn/ui, Tailwind v4, and Framer Motion",
5
5
  "author": "Jatmiko",
6
6
  "license": "MIT",