UNPKG

@ooopenlab/create-module

Version:
10 lines 308 B
export interface CreateModuleOptions { name: string; displayName: string; description: string; template: string; languages: string[]; skipInstall?: boolean; } export declare function createModule(options: CreateModuleOptions): Promise<void>; //# sourceMappingURL=createModule.d.ts.map