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
27 lines • 619 B
TypeScript
/**
* 🏎️ faf auto - The One Command Championship
* Zero to Championship in one command - no faffing about!
*/
interface AutoOptions {
force?: boolean;
ai?: boolean;
show?: boolean;
}
export declare function autoCommand(directory?: string, options?: AutoOptions): Promise<void>;
export {};
/**
* The Championship Promise:
* One command to rule them all
* Zero configuration required
* Maximum context generated
*
* faf auto =
* faf init +
* faf sync +
* faf bi-sync +
* faf enhance +
* faf show
*
* From 0% to Championship in 30 seconds!
*/
//# sourceMappingURL=auto.d.ts.map