UNPKG

@morodomi/ait3

Version:

AIT³ Development Platform - AI + Ticket + Test + Tool driven development methodology

11 lines (10 loc) 386 B
import type { CLIResult, Services } from '../../../common/types.js'; import { exec as execCallback } from 'child_process'; interface SetupOptions { force?: boolean; repository?: string; } export declare function setupTicketGitHub(options: SetupOptions, services: Services, context: { cwd: string; }, exec?: typeof execCallback.__promisify__): Promise<CLIResult>; export {};