@liftr/cli
Version:
The Liftr CLI provides scaffolding for the Liftr framework
6 lines (5 loc) • 388 B
TypeScript
export declare const checkLiftrProject: (componentType: string) => boolean;
export declare const folderExists: (folderPath: string) => Promise<boolean>;
export declare function creation(dirpath: string, filePath: string, fileContent: string): Promise<void>;
export declare function loadConfig(componentType: string): string[];
export declare function getModuleFiles(): Promise<string[]>;