@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
16 lines (15 loc) • 440 B
TypeScript
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;