hapwi.github.io only lists repos you put in catalog.json. Syncing does not scrape every public repo.
- Open-source the repo.
- Add an entry to
catalog.json:
{
"repo": "hapwi/your-tool",
"install": "install.sh",
"tagline": "One line about what it does."
}install is optional. If you set it, sync copies that file to:
https://hapwi.github.io/install/your-tool.sh
so people can run:
curl -fsSL https://hapwi.github.io/install/your-tool.sh | bash- Push this repo (or run
vp run synclocally). Deploy fetches live GitHub descriptions, dates, and install scripts before it builds.
Optional fields: slug, name, description. Everything else comes from GitHub.