UNPKG

@morodomi/ait3

Version:

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

4 lines (3 loc) 165 B
import { Command } from 'commander'; import type { Services } from '../../common/types.js'; export declare function createSetupCommand(services: Services): Command;