UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

7 lines (6 loc) 260 B
export type PrintHelpOptions = { dependencies: string[]; dirPath: string; }; export declare function packageManagerInstallCommands(dependencies: string[]): string[]; export declare function printHelp({ dirPath, dependencies }: PrintHelpOptions): void;