UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

5 lines (4 loc) 487 B
import { LogLevels, SharedDependency } from '../types'; export declare function createEmulatorSources(sourceDir: string, externals: Array<SharedDependency>, targetDir: string, targetFile: string, logLevel: LogLevels): Promise<string>; export declare function createEmulatorWebsite(sourceDir: string, externals: Array<SharedDependency>, targetDir: string, targetFile: string, logLevel: LogLevels): Promise<string>; export declare function packageEmulator(rootDir: string): Promise<void>;