@titas_mallick/wedding-site-gen 1.0.6 → 1.0.8

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 +4 -0
  2. package/package.json +17 -1
package/README.md CHANGED
@@ -10,6 +10,10 @@ Simply run the following command in your terminal:
10
10
  npx @titas_mallick/wedding-site-gen
11
11
  ```
12
12
 
13
+ > [!WARNING]
14
+ > **⚠️ CRITICAL: Asset Replacement Required**
15
+ > This generator includes **sample images** (in `/public`) and **sample text** meant for demonstration. You **MUST** replace `groom.jpg`, `bride.jpg`, and all photos in `/public/pw` and `/public/Images` with your own assets before publishing your website. Using the sample images may lead to copyright issues or a confusing guest experience.
16
+
13
17
  ### What happens next?
14
18
  1. **Interactive Setup**: The CLI will ask for:
15
19
  - Groom & Bride Names
package/package.json CHANGED
@@ -1,6 +1,22 @@
1
1
  {
2
2
  "name": "@titas_mallick/wedding-site-gen",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
+ "description": "A comprehensive AI-powered wedding website generator based on Next.js, Firebase, and Gemini AI.",
5
+ "keywords": [
6
+ "wedding",
7
+ "wedding-website",
8
+ "generator",
9
+ "cli",
10
+ "scaffold",
11
+ "ai",
12
+ "gemini",
13
+ "nextjs",
14
+ "firebase",
15
+ "invitation",
16
+ "guestbook"
17
+ ],
18
+ "author": "Titas Mallick",
19
+ "license": "MIT",
4
20
  "bin": {
5
21
  "wedding-gen": "./cli.mjs"
6
22
  },