UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

8 lines (7 loc) 436 B
import { CommandLineInputs, CommandLineOptions, CommandMetadata, CommandPreRun } from '../definitions'; import { Command } from '../lib/command'; export declare class GenerateCommand extends Command implements CommandPreRun { getMetadata(): Promise<CommandMetadata>; preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; }