@titas_mallick/wedding-site-gen 1.0.1 → 1.0.2

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 +21 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,25 @@
1
- # Titas & Sukanya's Wedding: A Modern AI-Powered Platform
1
+ # AI-Powered Wedding Website Generator 💍
2
2
 
3
- A comprehensive, interactive, and intelligent web application built for the wedding of Titas and Sukanya. This platform serves as a digital invitation hub, a real-time event assistant, and a collaborative memory wall.
3
+ Create a stunning, interactive, and intelligent wedding website in seconds. This tool scaffolds a complete Next.js application tailored to your wedding.
4
+
5
+ ## 🚀 Quick Start (No Installation Required)
6
+
7
+ Simply run the following command in your terminal:
8
+
9
+ ```bash
10
+ npx @titas_mallick/wedding-site-gen
11
+ ```
12
+
13
+ ### What happens next?
14
+ 1. **Interactive Setup**: The CLI will ask for:
15
+ - Groom & Bride Names
16
+ - Wedding Date & Location Details
17
+ - Admin Email (for managing guestbook & song requests)
18
+ - UPI ID (for digital gifts)
19
+ 2. **Scaffolding**: It will generate a new folder with your personalized wedding website.
20
+ 3. **Deployment Ready**: Follow the onscreen instructions to install dependencies and start your site!
21
+
22
+ ---
4
23
 
5
24
  ## ✨ Core Features
6
25
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@titas_mallick/wedding-site-gen",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "bin": {
5
- "create-wedding-site": "./cli.mjs"
5
+ "wedding-gen": "./cli.mjs"
6
6
  },
7
7
  "scripts": {
8
8
  "dev": "next dev --turbopack",