UNPKG

@paultaku/node-mock-server

Version:

A TypeScript-based mock server with automatic Swagger-based mock file generation

12 lines 359 B
/** * Generate Command * * CLI command for generating mock files from Swagger/OpenAPI specifications. * Orchestrates the mock generation workflow. */ /** * Execute the generate command * Parses CLI arguments and triggers mock generation */ export declare function executeGenerateCommand(): Promise<void>; //# sourceMappingURL=generate-command.d.ts.map