Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 771 Bytes

File metadata and controls

48 lines (35 loc) · 771 Bytes

ph-launch-buddy

Zero-follower Product Hunt Launch Buddy CLI.

Given rough launch context, it outputs a usable rewrite pack:

  • launch headline
  • maker comment rewrite
  • founder bio rewrite
  • quick trust checklist

Install

npm install

Run

1) JSON via stdin

echo '{
  "productName": "LaunchPilot",
  "audience": "indie makers",
  "outcome": "publish better Product Hunt launches",
  "makerComment": "We help founders write launch comments fast.",
  "currentBio": "Founder building in public."
}' | npm run launch-buddy

2) Flags

npm run launch-buddy -- \
  --productName "LaunchPilot" \
  --audience "indie makers" \
  --outcome "publish better Product Hunt launches"

Test

npm test

License

MIT