@mongez/gnz
Version:
Generator Z, the next generation of scaffolding tools.
15 lines • 608 B
TypeScript
import { WarlockModuleOptions } from "./types";
/**
* Generate locales content
*/
export declare function getLocalesContent(options: WarlockModuleOptions): Promise<string>;
/**
* Generate module routes content
*/
export declare function generateModuleRoutesContent(options: WarlockModuleOptions): Promise<string>;
/**
* Generate sub module routes content
* This should append the module routes content to the routes file not replace it
*/
export declare function generateSubModuleRoutesContent(options: WarlockModuleOptions, routesPath: string): Promise<string>;
//# sourceMappingURL=template.d.ts.map