GitHub API integration for Quatrain code management.
This package is part of the Quatrain Core monorepo. It implements the @quatrain/code interfaces specifically for GitHub, allowing seamless interaction with GitHub repositories, PRs, and issues.
import { GithubAdapter } from '@quatrain/code-github'
const github = new GithubAdapter({ token: 'ghp_...' })