UNPKG

@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) 538 B
export interface MongooseConfig { dependencies: Record<string, string>; devDependencies: Record<string, string>; files: Record<string, string>; scripts: Record<string, string>; postInstallCommands: string[]; } export declare const getMongooseConfig: () => MongooseConfig; export declare const getMongooseHealthCheck: () => string; export declare const getMongooseDockerCompose: () => string; export declare const getMongooseReadmeSection: () => string; export declare const getMongooseServerIntegration: () => string;