Skip to content

Releases: howong217-ui/repotrailer

RepoTrailer v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 13:09

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-video

Generate from a public GitHub repository:

npx --yes repotrailer owner/repo --no-video

Omit --no-video to render the optional HyperFrames MP4 when Chrome/Chromium
and FFmpeg are available.

Changed

  • Published repotrailer@0.1.1 as 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 growth to report missed-target after the original
    launch-week window expires.

What is included

  • index.html: responsive storyboard preview
  • social-card.svg: 1200x630 launch/social card
  • launch-copy.md: short post and Show HN draft
  • repotrailer.json: auditable source facts and scene timings
  • hyperframes/: editable video composition
  • trailer.mp4: optional rendered video when video mode is enabled

Examples

The repository includes generated examples for different project styles:

  • sindresorhus/ky
  • Textualize/rich
  • BurntSushi/ripgrep

See the gallery: https://github.com/howong217-ui/repotrailer/blob/main/docs/examples.md

Feedback requested

The most useful feedback for this release:

  1. Did the short npx --yes repotrailer ... command work on your machine?
  2. Does the generated story feel accurate for your repository?
  3. Which output would you actually share: preview, card, copy, or video?

RepoTrailer v0.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:28

RepoTrailer v0.1.0

RepoTrailer turns a GitHub repository into README-ready launch assets: social
card, browser preview, release copy, JSON storyboard, editable HyperFrames
composition, and optional MP4.

It is built for maintainers who already have a useful project but need a faster
way to show why it matters.

Try it

Generate a static launch kit from any local repository:

npx --yes --package=github:howong217-ui/repotrailer repotrailer . --no-video

Generate from a public GitHub repository:

npx --yes --package=github:howong217-ui/repotrailer repotrailer owner/repo --no-video

Omit --no-video to render the optional HyperFrames MP4 when Chrome/Chromium
and FFmpeg are available.

What is included

  • index.html: responsive storyboard preview
  • social-card.svg: 1200x630 launch/social card
  • launch-copy.md: short post and Show HN draft
  • repotrailer.json: auditable source facts and scene timings
  • hyperframes/: editable video composition
  • trailer.mp4: optional rendered video when video mode is enabled

Examples

The repository includes generated cards for:

  • sindresorhus/ky
  • Textualize/rich
  • BurntSushi/ripgrep

See the gallery: https://github.com/howong217-ui/repotrailer/blob/main/docs/examples.md

Design rules

  • No hosted service or API key required for the default static path.
  • Claims come from README, package metadata, source files, and git history.
  • It does not invent stars, downloads, benchmarks, or adoption claims.
  • Local repositories stay local; public GitHub URLs are cloned to a temporary
    directory.

Feedback requested

The most useful feedback for this first release:

  1. Does the generated story feel accurate for your repository?
  2. Did the first command work on your machine?
  3. Which output would you actually share: preview, card, copy, or video?

Full changelog: https://github.com/howong217-ui/repotrailer/commits/v0.1.0