jok
Version:
Bundle of utility functions for code generation related to nodejs and graphql
9 lines (8 loc) • 459 B
TypeScript
export declare function help(): string;
export declare function exampleHelp(): string;
export declare function missingProjectName(): string;
export declare function alreadyExists(projectName: any): string;
export declare function installing(packages: any): string;
export declare function installError(packages: any): void;
export declare function copying(projectName: any, templateName: any): string;
export declare function start(projectName: any): string;