@vatvaghool/create-ipl-dashboard 0.1.2 → 0.1.3

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 CHANGED
@@ -32,6 +32,20 @@ npx @vatvaghool/create-ipl-dashboard [project-name] [options]
32
32
 
33
33
  If `--scrape` is provided, the CLI attempts to extract team names from the league page HTML. If that fails, it falls back to manual entry.
34
34
 
35
+ ## Screenshots
36
+
37
+ | Dashboard Overview | Performance Tracker |
38
+ |:---:|:---:|
39
+ | ![](./screenshots/dashboard-overview.png) | ![](./screenshots/performance-tracker.png) |
40
+
41
+ | Captain Board | Ledger Table |
42
+ |:---:|:---:|
43
+ | ![](./screenshots/captain-board.png) | ![](./screenshots/ledger-table.png) |
44
+
45
+ | Match Scrubber | AI Roasting |
46
+ |:---:|:---:|
47
+ | ![](./screenshots/match-scrubber.png) | ![](./screenshots/ai-roasting.png) |
48
+
35
49
  ## What you get
36
50
 
37
51
  A full Next.js 16 project with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vatvaghool/create-ipl-dashboard",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Scaffold an IPL fantasy cricket dashboard project",
5
5
  "type": "module",
6
6
  "bin": {