PackagesCode GithubOverview

@quatrain/code-github

📦 API Reference: Detailed TypeScript documentation, classes, interfaces, and methods are available in the TypeDoc API Reference for @quatrain/code-github ↗.

GitHub API integration for Quatrain code management.

Purpose

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.

HOWTO / Usage Examples

import { GithubAdapter } from '@quatrain/code-github'
 
const github = new GithubAdapter({ token: 'ghp_...' })

Conventions & Technical Details

  • 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.