from Hacker News

Ask HN: How to announce/launch a GitHub project?

by wdstash on 7/3/18, 12:47 PM with 1 comments

I’m getting ready to introduce a new open source project with its codebase on GitHub. Is there a GitHub specific “announcement” site for devs to learn about new projects? How did you get gain recognition/stars on your projects?
  • by mikece on 7/3/18, 12:59 PM

    From watching HN, it seems one valid approach is to start your repo on GitHub (or GitLab -- seems to be more trendy this week), write up a good readme.md page and maybe a functional pre-alpha set of code, then post it to HN as a "Show HN" or "Announcing WASM Parrot: the Perl to WebAssembly compiler" or whatever the title/purpose of the project is.

    Lather, rinse, repeat on Reddit.

    Actually, the "how to announce a project" would make for a great topic in an expanded FAQ.