UNPKG

@sprouted/create-vibes

Version:
15 lines 450 B
export interface CreateFeatureOptions { name: string; includeApi?: boolean; includeUi?: boolean; uiFramework?: 'react' | 'react-native'; features?: string[]; projectRoot?: string; } export declare class CreateFeatureCommand { private engine; constructor(); execute(options: CreateFeatureOptions): Promise<void>; interactivePrompt(): Promise<CreateFeatureOptions>; } //# sourceMappingURL=create-feature.d.ts.map