-
Notifications
You must be signed in to change notification settings - Fork 1
code github Overview
GitHub Action edited this page May 21, 2026
·
1 revision
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_...' })- Follows the standard Quatrain architecture patterns.
- Ensure proper configuration before usage.
- See the root monorepo documentation for more details on building and testing this package.