create-testplane
Version:
A tool for fast and simple Testplane configuration
4 lines (3 loc) • 324 B
TypeScript
import type { PackageManager } from "./constants/packageManagement";
export declare const initApp: (dirPath: string, extraQuestions: boolean) => Promise<PackageManager>;
export declare const installPackages: (dirPath: string, packageManager: PackageManager, pluginsToInstall: string[], registry: string) => Promise<string>;