UNPKG

@bubblewrap/cli

Version:

CLI tool to Generate TWA projects from a Web Manifest

5 lines (4 loc) 242 B
import { Config, Log } from '@bubblewrap/core'; import { Prompt } from './Prompt'; export declare const DEFAULT_CONFIG_FILE_PATH: string; export declare function loadOrCreateConfig(log?: Log, prompt?: Prompt, path?: string): Promise<Config>;