UNPKG

@bobmatnyc/ai-code-review

Version:

A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter

7 lines (6 loc) 159 B
#!/usr/bin/env node import { Command } from 'commander'; /** * Command for testing all AI models on build */ export declare const testBuildCommand: Command;