UNPKG

opensaas

Version:

Create fully bundled SaaS application (Backend & Frontend) using an interactive CLI

10 lines (9 loc) 211 B
#!/usr/bin/env node declare type ArgsObject = { name?: string; apiKey?: string; clientId?: string; host?: string; }; export declare function initRepo(args: ArgsObject): Promise<void>; export {};