@povio/openapi-codegen-cli
Version:
**NOTE:** This CLI tool is primarily designed for use within our organization. The generated code output aligns with our internal template. If you are using this tool without our internal template, make sure to use it in **standalone** mode.
9 lines (8 loc) • 406 B
TypeScript
import { GenerateFileData } from "src/generators/types/generate";
export declare function readHbsTemplateSync(fileName: string): string;
export declare function readAssetSync(fileName: string): string;
export declare function getOutputFileName({ output, fileName }: {
output: string;
fileName: string;
}): string;
export declare function writeGenerateFileData(filesData: GenerateFileData[]): void;