一个零依赖小工具,把项目 README、release notes 或 launch bullets 转成可分享的单页 HTML 发布海报。
html-anything、agentic HTML editor、XHS/tweet/poster 等趋势说明开发者喜欢能快速生成可视化传播物的工具。相比普通 release notes 生成器,它直接输出可打开、可截图、可发布的 HTML landing card,适合 GitHub README 首屏、X、中文社区和 HN 发布贴使用;当天可实现 MVP:读取 Markdown,套用 3 个模板,生成 dist/launch.html。
python -m pip install -e .
python -m html_launch_snap
python -m html_launch_snap README.md- Checks whether a project has a clear README.
- Prints a small launch-readiness score.
- Gives practical next actions before publishing to GitHub.
Launch score: 82/100
Next action: add a screenshot or terminal demo.
MIT