UNPKG

postflame

Version:

🔥 Generate Postman collections automatically from Hono + Zod routes.

10 lines • 412 B
/** * Auto-detect the main app file in the project * Searches for app.ts, index.ts, main.ts, or server.ts in root, src/, and test/ directories */ export declare function detectAppFile(cwd?: string, debug?: boolean): string | null; /** * Get a user-friendly relative path for display */ export declare function getDisplayPath(filePath: string, cwd?: string): string; //# sourceMappingURL=appDetector.d.ts.map