UNPKG

foalts2-cli

Version:

CLI tool for FoalTS

8 lines (7 loc) 222 B
export declare function createApp({ name, autoInstall, initRepo, mongodb, yaml }: { name: string; autoInstall?: boolean; initRepo?: boolean; mongodb?: boolean; yaml?: boolean; }): Promise<void>;