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

11 lines (10 loc) 303 B
interface AnalyzeOptions { spinner?: any; verbose?: boolean; json?: boolean; workspace?: string; type?: 'bundle' | 'dependencies' | 'performance' | 'security' | 'all'; output?: string; } export declare function analyzeProject(options?: AnalyzeOptions): Promise<void>; export {};