export interface ApplicationGeneratorSchema { name: string; tags?: string; directory?: string; skipFormat: boolean; }