RepoTrailer v0.1.1
This patch release removes the biggest first-run friction after the npm launch:
the README, Pages copy, and outreach materials now lead with the short npm
command.
Try it
Generate a static launch kit from any local repository:
npx --yes repotrailer . --no-videoGenerate from a public GitHub repository:
npx --yes repotrailer owner/repo --no-videoOmit --no-video to render the optional HyperFrames MP4 when Chrome/Chromium
and FFmpeg are available.
Changed
- Published
repotrailer@0.1.1as the npm latest dist-tag. - Updated README, GitHub Pages copy, launch plan, and outreach kit to use the
short npm command. - Fixed the publish-readiness check so it verifies whether the current package
version is available instead of failing just because the package name exists. - Updated
npm run growthto reportmissed-targetafter the original
launch-week window expires.
What is included
index.html: responsive storyboard previewsocial-card.svg: 1200x630 launch/social cardlaunch-copy.md: short post and Show HN draftrepotrailer.json: auditable source facts and scene timingshyperframes/: editable video compositiontrailer.mp4: optional rendered video when video mode is enabled
Examples
The repository includes generated examples for different project styles:
sindresorhus/kyTextualize/richBurntSushi/ripgrep
See the gallery: https://github.com/howong217-ui/repotrailer/blob/main/docs/examples.md
Feedback requested
The most useful feedback for this release:
- Did the short
npx --yes repotrailer ...command work on your machine? - Does the generated story feel accurate for your repository?
- Which output would you actually share: preview, card, copy, or video?