faf-cli
Version:
😽 TURBO-CAT: The Rapid Catalytic Converter • Project DNA ✨ for ANY AI • Fully Integrated with React, Next.js, Svelte, TypeScript, Vite & n8n • FREE FOREVER • 10,000+ developers • Championship Edition
10 lines • 311 B
TypeScript
/**
* 🏎️ faf show - Championship Score Card Display
* Shows FAF project score card with clean markdown output
*/
interface ShowOptions {
raw?: boolean;
}
export declare function showFafScoreCard(directory?: string, options?: ShowOptions): Promise<void>;
export {};
//# sourceMappingURL=show.d.ts.map