UNPKG

henotic-cli

Version:

Henotic CLI is the ultimate multi-language backend generator, accelerating development with modular project structures and smart CRUD generation. Streamline your workflow from day one!

10 lines (9 loc) 397 B
export declare const goStructure: { getModulesPath: (projectDir: string) => string; getConfigPath: (projectDir: string) => string; getDatabasePath: (projectDir: string) => string; getUtilsPath: (projectDir: string) => string; getMiddlewarePath: (projectDir: string) => string; getCmdPath: (projectDir: string) => string; getDataPath: (projectDir: string) => string; };