UNPKG

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

16 lines • 434 B
/** * 🚀 faf init - Initialization Command * Generate .faf file from project structure with auto-detection */ interface InitOptions { force?: boolean; new?: boolean; choose?: boolean; template?: string; output?: string; quiet?: boolean; subscribe?: string; } export declare function initFafFile(projectPath?: string, options?: InitOptions): Promise<void>; export {}; //# sourceMappingURL=init.d.ts.map