@ideascol/cli-maker
Version:
A simple library to help create CLIs
4 lines (3 loc) • 344 B
TypeScript
export declare function addScriptsToPackageJson(scripts: any, name: string, description: string, author: string, email: string): Promise<void>;
export declare function validateProjectDirectory(name: string): Promise<boolean>;
export declare function installDependencies(package_manager: string | undefined, projectName: string): Promise<void>;