@re-shell/cli
Version:
Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Dja
13 lines (12 loc) • 531 B
TypeScript
export interface TypeORMConfig {
dependencies: Record<string, string>;
devDependencies: Record<string, string>;
files: Record<string, string>;
scripts: Record<string, string>;
postInstallCommands: string[];
}
export declare const getTypeORMConfig: () => TypeORMConfig;
export declare const getTypeORMHealthCheck: () => string;
export declare const getTypeORMDockerCompose: () => string;
export declare const getTypeORMReadmeSection: () => string;
export declare const getTypeORMServerIntegration: () => string;