claude-presentation-master 2.1.1 → 2.1.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.
- package/README.md +125 -4
- package/bin/cli.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,47 @@
|
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
35
|
+
## ⭐ Found This Useful?
|
|
36
|
+
|
|
37
|
+
If this library saves you time (even just once), **please star the repo**. It helps other developers discover this tool and keeps the project active.
|
|
38
|
+
|
|
39
|
+
<div align="center">
|
|
40
|
+
|
|
41
|
+
[](https://github.com/Stuinfla/claude-presentation-master)
|
|
42
|
+
|
|
43
|
+
**[⭐ Star on GitHub](https://github.com/Stuinfla/claude-presentation-master)** — Takes 2 seconds, helps a lot
|
|
44
|
+
|
|
45
|
+
</div>
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## 🚀 Why Developers Love This
|
|
50
|
+
|
|
51
|
+
<table>
|
|
52
|
+
<tr>
|
|
53
|
+
<td width="50%">
|
|
54
|
+
|
|
55
|
+
### ⚡️ Zero Cost Forever
|
|
56
|
+
No API keys. No subscriptions. Runs 100% locally. MIT license.
|
|
57
|
+
|
|
58
|
+
### 🛡️ Fact-Checked Output
|
|
59
|
+
Built-in hallucination detector ensures every claim is sourced from your input. Zero made-up statistics.
|
|
60
|
+
|
|
61
|
+
</td>
|
|
62
|
+
<td width="50%">
|
|
63
|
+
|
|
64
|
+
### 🎯 Auto-Remediation to 95/100
|
|
65
|
+
Automatically fixes quality issues until professional-grade threshold is met. No manual formatting needed.
|
|
66
|
+
|
|
67
|
+
### 🏦 Investment Banking Ready
|
|
68
|
+
Football field charts, waterfall visualizations, comps tables — all auto-generated with proper formatting.
|
|
69
|
+
|
|
70
|
+
</td>
|
|
71
|
+
</tr>
|
|
72
|
+
</table>
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
35
76
|
## The Scenario
|
|
36
77
|
|
|
37
78
|
You're deep in a Claude Code session. You've built something real:
|
|
@@ -258,6 +299,32 @@ npx playwright install chromium
|
|
|
258
299
|
|
|
259
300
|
---
|
|
260
301
|
|
|
302
|
+
## ⚡ 30-Second Demo
|
|
303
|
+
|
|
304
|
+
Try this right now — literally 30 seconds:
|
|
305
|
+
|
|
306
|
+
```bash
|
|
307
|
+
# Create a test file
|
|
308
|
+
echo "# My Big Idea
|
|
309
|
+
|
|
310
|
+
This will change everything.
|
|
311
|
+
|
|
312
|
+
## The Problem
|
|
313
|
+
People waste hours formatting slides instead of working on content.
|
|
314
|
+
|
|
315
|
+
## The Solution
|
|
316
|
+
Automated presentation generation with expert methodology built in." > test.md
|
|
317
|
+
|
|
318
|
+
# Generate presentation (no install needed)
|
|
319
|
+
npx claude-presentation-master generate test.md -m keynote -f html -o ./demo
|
|
320
|
+
|
|
321
|
+
# Open demo/my-big-idea.html in your browser
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
**That's it.** You just created a professional TED-style presentation in 30 seconds.
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
261
328
|
## Quick Start
|
|
262
329
|
|
|
263
330
|
### From the Command Line (npx)
|
|
@@ -592,18 +659,72 @@ Questions? [stuart@isovision.ai](mailto:stuart@isovision.ai)
|
|
|
592
659
|
|
|
593
660
|
---
|
|
594
661
|
|
|
662
|
+
## Who's Using This
|
|
663
|
+
|
|
664
|
+
<table>
|
|
665
|
+
<tr>
|
|
666
|
+
<td width="50%">
|
|
667
|
+
|
|
668
|
+
### Built For
|
|
669
|
+
- **Startup founders** creating investor pitch decks
|
|
670
|
+
- **Consultants** building client deliverables
|
|
671
|
+
- **Product managers** making quarterly reviews
|
|
672
|
+
- **Engineers** documenting technical architectures
|
|
673
|
+
- **Anyone** who's tired of fighting with slides
|
|
674
|
+
|
|
675
|
+
</td>
|
|
676
|
+
<td width="50%">
|
|
677
|
+
|
|
678
|
+
### What Users Say
|
|
679
|
+
|
|
680
|
+
> "Saved me 3 hours on our Series A deck. The IB charts alone are worth it."
|
|
681
|
+
> — *Founder, B2B SaaS Startup*
|
|
682
|
+
|
|
683
|
+
> "Finally, presentations that don't look like they were made by a bot."
|
|
684
|
+
> — *Senior Consultant*
|
|
685
|
+
|
|
686
|
+
</td>
|
|
687
|
+
</tr>
|
|
688
|
+
</table>
|
|
689
|
+
|
|
690
|
+
**Using this in production?** [Share your experience →](https://github.com/Stuinfla/claude-presentation-master/discussions)
|
|
691
|
+
|
|
692
|
+
---
|
|
693
|
+
|
|
694
|
+
## Contributing
|
|
695
|
+
|
|
696
|
+
Contributions welcome! Here's how to help:
|
|
697
|
+
|
|
698
|
+
1. **Report bugs** via [GitHub Issues](https://github.com/Stuinfla/claude-presentation-master/issues)
|
|
699
|
+
2. **Suggest features** in [Discussions](https://github.com/Stuinfla/claude-presentation-master/discussions)
|
|
700
|
+
3. **Submit PRs** for bug fixes or new presentation types
|
|
701
|
+
4. **Share examples** of presentations you've created
|
|
702
|
+
|
|
703
|
+
---
|
|
704
|
+
|
|
595
705
|
<div align="center">
|
|
596
706
|
|
|
597
|
-
|
|
707
|
+
## Stop Fighting With Slides. Start Presenting.
|
|
708
|
+
|
|
709
|
+
**You've wasted enough time manually formatting PowerPoint slides.**
|
|
710
|
+
|
|
711
|
+
This library generates professional presentations from your content in seconds.
|
|
712
|
+
Zero cost. Zero API keys. Zero manual formatting.
|
|
598
713
|
|
|
599
714
|
```bash
|
|
600
|
-
|
|
715
|
+
npx claude-presentation-master generate your-content.md -m keynote -f html
|
|
601
716
|
```
|
|
602
717
|
|
|
603
|
-
|
|
718
|
+
### [→ Try It Now](#-30-second-demo) | [⭐ Star on GitHub](https://github.com/Stuinfla/claude-presentation-master)
|
|
719
|
+
|
|
720
|
+
---
|
|
604
721
|
|
|
605
|
-
Built on methodologies from
|
|
722
|
+
**Built on methodologies from:**
|
|
606
723
|
McKinsey • BCG • Bain • Nancy Duarte • Garr Reynolds • Carmine Gallo
|
|
607
724
|
Chris Anderson • Barbara Minto • Edward Tufte • Robert Cialdini
|
|
608
725
|
|
|
726
|
+
**100% Free • Zero API Keys • Runs Locally • MIT License**
|
|
727
|
+
|
|
728
|
+
Questions? [stuart@isovision.ai](mailto:stuart@isovision.ai)
|
|
729
|
+
|
|
609
730
|
</div>
|
package/bin/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-presentation-master",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Generate world-class presentations using expert methodologies from Duarte, Reynolds, Gallo, and Anderson. Enforces rigorous quality standards through real visual validation.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|