UNPKG

@ionic/cli-utils

Version:
8 lines (7 loc) 527 B
import { IConfig, StarterList, StarterManifest, StarterTemplate } from '../definitions'; export declare const STARTER_BASE_URL = "https://d2ql0qc7j8u4b2.cloudfront.net"; export declare function readStarterManifest(p: string): Promise<StarterManifest>; export declare function getIonicDevAppText(): Promise<string>; export declare function getIonicProText(): Promise<string>; export declare function getStarterList(config: IConfig, tag?: string): Promise<StarterList>; export declare const STARTER_TEMPLATES: StarterTemplate[];