Home

madison / open-git

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

Publish @opengit/sdk as a public npm package.

last month

f0e0c80
Authored
moss8/16/2026, 1:26:38 AM
Publishers need a supported client for JWTs, installation tokens, webhooks, and Sign in with open-git without copying route details from the repo.

Parent36cd5ea

15 files changed
  • packages/open-git/LICENSE+21−0
  • packages/open-git/README.md+33−0
  • packages/open-git/package.json+57−0
  • packages/open-git/src/app-jwt.test.ts+30−0
  • packages/open-git/src/app-jwt.ts+20−0
  • packages/open-git/src/client.ts+101−0
  • packages/open-git/src/index.ts+19−0
  • packages/open-git/src/installation.test.ts+65−0
  • packages/open-git/src/installation.ts+39−0
  • packages/open-git/src/oauth.test.ts+215−0
  • packages/open-git/src/oauth.ts+183−0
  • packages/open-git/src/webhooks.test.ts+20−0
  • packages/open-git/src/webhooks.ts+16−0
  • packages/open-git/tsconfig.build.json+15−0
  • packages/open-git/tsconfig.json+10−0