Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

Add an example bot that uses @opengit/sdk.

last month

bd1f537
Authored
moss8/16/2026, 1:26:40 AM
A runnable publisher makes the install, OAuth, webhook, and check flow testable against a local open-git.

Parentf0e0c80

12 files changed
  • apps/bot-example/.env.example+13−0
  • apps/bot-example/.gitignore+2−0
  • apps/bot-example/README.md+33−0
  • apps/bot-example/package.json+21−0
  • apps/bot-example/src/config.ts+100−0
  • apps/bot-example/src/html.ts+160−0
  • apps/bot-example/src/open-git.ts+223−0
  • apps/bot-example/src/server.ts+148−0
  • apps/bot-example/src/store.ts+103−0
  • apps/bot-example/tsconfig.json+11−0
  • package.json+1−0
  • pnpm-lock.yaml+139−66