UNPKG

@cuba-platform/front-generator

Version:
16 lines (15 loc) 440 B
import { GeneratedClientInfo } from "./init"; import { Command } from 'commander'; export declare const ownVersion: any; /** * @alpha */ export declare function createAndLaunchCli(): void; /** * @alpha */ export declare function createCli(version: string, clients: GeneratedClientInfo[], customClientNames?: string[], customClientsBaseDir?: string): Command; /** * @alpha */ export declare function launchCli(program: Command): void;