UNPKG

@codama/cli

Version:

A CLI for setting up and managing Codama IDLs

5 lines 435 B
import { ChildCommand } from './childCommands'; export declare function getPackageManagerInstallCommand(packages: string[], options?: string[]): Promise<ChildCommand>; export declare function installMissingDependencies(message: string, requiredDependencies: string[]): Promise<boolean>; export declare function installDependencies(message: string, dependencies: string[]): Promise<boolean>; //# sourceMappingURL=packageInstall.d.ts.map